mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-28 00:41:44 -07:00
Addresses #5023 Fix import comments
This commit is contained in:
parent
6000d636b3
commit
ad837709bd
94 changed files with 94 additions and 94 deletions
|
@ -202,7 +202,7 @@ def main():
|
|||
elif p['state'] in [ 'removed', 'absent' ]:
|
||||
remove_packages(module, packages)
|
||||
|
||||
# this is magic, see lib/ansible/module_common.py
|
||||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue