mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Make main()
calls conditional - source_control (#3651)
This commit is contained in:
parent
007abb5373
commit
45b31fa514
2 changed files with 5 additions and 2 deletions
|
@ -201,4 +201,5 @@ def main():
|
|||
from ansible.module_utils.basic import *
|
||||
from ansible.module_utils.urls import *
|
||||
|
||||
main()
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue