mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Call main in conditional way - source_control
This commit is contained in:
committed by
Matt Clay
parent
a6cd0272fb
commit
1c3aeb5cb7
@@ -304,4 +304,6 @@ def main():
|
||||
|
||||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
main()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user