mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
Fixes #5023 Convert all modules to use new snippet import pattern
This commit is contained in:
parent
93159cb9cd
commit
6000d636b3
141 changed files with 178 additions and 178 deletions
|
@ -237,8 +237,8 @@ def main():
|
|||
return module.exit_json(changed=changed, msg=out.replace(changed_marker,''),
|
||||
rc=rc, cmd=cmdstr)
|
||||
|
||||
# include magic from lib/ansible/module_common.py
|
||||
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
|
||||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
|
||||
main()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue