Fixes #5023 Convert all modules to use new snippet import pattern

This commit is contained in:
James Tanner
2013-12-02 15:11:23 -05:00
parent 93159cb9cd
commit 6000d636b3
141 changed files with 178 additions and 178 deletions

View File

@@ -483,6 +483,6 @@ def main():
payment_term, password, ssh_pub_key, swap, wait, wait_timeout)
# this is magic, see lib/ansible/module_common.py
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
from ansible.module_utils.basic import *
main()