Fixing digital_ocean documentation and a bug in os_subnet

This commit is contained in:
James Cammarata 2015-05-12 10:32:43 -05:00 committed by Toshio Kuratomi
parent 55d48a7a82
commit 3256db99e2

View file

@ -253,5 +253,5 @@ def main():
# this is magic, see lib/ansible/module_common.py
from ansible.module_utils.basic import *
from ansible.module_utils.openstack import *
if __name__ '__main__':
if __name__ == '__main__':
main()