Merge pull request #667 from sivel/extras-fixes

Extras module fix-ups
This commit is contained in:
Toshio Kuratomi 2015-06-30 12:08:27 -07:00
commit 3573f9b61a
9 changed files with 12 additions and 11 deletions

View file

@ -149,6 +149,7 @@ def main():
else:
module.fail_json(msg='Failed to upload', status=resp.status, reason=resp.reason, length=resp.length, version=resp.version, headers=resp.getheaders(), chunked=resp.chunked, url=url)
# this is magic, see lib/ansible/module_common.py
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
# Import module snippets
from ansible.module_utils.basic import *
main()

0
clustering/__init__.py Normal file
View file