mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Call main in conditional way - cloud/amazon
This commit is contained in:
committed by
Matt Clay
parent
1c3aeb5cb7
commit
c8fd24ee04
@@ -313,4 +313,5 @@ def main():
|
||||
elif state == 'absent':
|
||||
delete_launch_config(connection, module)
|
||||
|
||||
main()
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user