Bootstrapping with python support files

This commit is contained in:
Luke Murphy
2020-03-28 16:49:11 +01:00
parent 2421813bd7
commit 831467ca74
7 changed files with 111 additions and 2 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/python3
from ansible.module_utils.basic import AnsibleModule
DOCUMENTATION = """
---
module: gandi_dns
@ -14,8 +16,6 @@ EXAMPLES = """
ipv4: 192.168.1.2
"""
from ansible.module_utils.basic import AnsibleModule
def main():
module = AnsibleModule(argument_spec={})