1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Switch from old style replacer code to new style for ansible.module_utils.basic

This commit is contained in:
Matt Martz 2015-10-05 12:58:47 -05:00 committed by Matt Clay
parent 793f0e0fd1
commit e2872a984a

View file

@ -192,7 +192,6 @@ def main():
module.exit_json(ansible=data)
# this is magic, see lib/ansible/module_common.py
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
from ansible.module_utils.basic import *
main()