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

cloudstack: sync cs_facts with best practices

This commit is contained in:
Rene Moser 2015-08-10 15:52:03 +02:00 committed by Matt Clay
parent 728f9fd9fa
commit f4f20c7c20

View file

@ -218,4 +218,5 @@ def main():
from ansible.module_utils.basic import *
from ansible.module_utils.urls import *
from ansible.module_utils.facts import *
main()
if __name__ == '__main__':
main()