1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fixed missign main

This commit is contained in:
Brian Coca 2016-04-26 14:24:24 -04:00 committed by Matt Clay
parent cf1b391201
commit 3ebfe3f00a

View file

@ -437,7 +437,7 @@ class AzureRMStorageAccount(AzureRMModuleBase):
return False
def main():
AzureRMStorageAccount()
if __name__ == '__main__':