mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-10 11:11:29 -07:00
Make main()
calls conditional - cloud (#3657)
This commit is contained in:
parent
11e3ec26ea
commit
afa6fa9a89
21 changed files with 47 additions and 21 deletions
|
@ -167,5 +167,6 @@ def main():
|
|||
)
|
||||
|
||||
from ansible.module_utils.basic import *
|
||||
main()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue