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

Make module importable for unit tests

This commit is contained in:
Olaf Kilian 2015-10-23 06:34:22 +02:00 committed by Matt Clay
parent 32862e737f
commit d330f72213

View file

@ -244,4 +244,5 @@ def main():
# import module snippets
from ansible.module_utils.basic import *
main()
if __name__ == '__main__':
main()