mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Make main() calls conditional - files (#3658)
This commit is contained in:
committed by
Matt Clay
parent
06bf2e1e63
commit
11e3ec26ea
@@ -193,4 +193,6 @@ def main():
|
||||
|
||||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
main()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user