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:
parent
793f0e0fd1
commit
e2872a984a
1 changed files with 1 additions and 2 deletions
|
@ -192,7 +192,6 @@ def main():
|
||||||
|
|
||||||
module.exit_json(ansible=data)
|
module.exit_json(ansible=data)
|
||||||
|
|
||||||
# this is magic, see lib/ansible/module_common.py
|
from ansible.module_utils.basic import *
|
||||||
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
|
|
||||||
|
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Reference in a new issue