Remove __init__ and exempt doc for QA (long lines)
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
a0374d8209
commit
3363f7a76b
@ -1 +0,0 @@
|
|||||||
VERSION = "0.0.1"
|
|
@ -17,9 +17,9 @@ author:
|
|||||||
options:
|
options:
|
||||||
apirest_key:
|
apirest_key:
|
||||||
description:
|
description:
|
||||||
- The Gandi REST API key. It may also be specified by the
|
- The Gandi REST API key. It may also be specified by the C(APIREST_KEY)
|
||||||
C(API_REST_KEY) environment variable. See the
|
environment variable. See U(https://github.com/Gandi/gandi.cli/blob/master/gandicli.man.rst#environment)
|
||||||
U(https://github.com/Gandi/gandi.cli/blob/master/gandicli.man.rst#environment)
|
for more.
|
||||||
type: str
|
type: str
|
||||||
required: true
|
required: true
|
||||||
domain:
|
domain:
|
||||||
@ -38,7 +38,7 @@ options:
|
|||||||
- present
|
- present
|
||||||
- absent
|
- absent
|
||||||
required: true
|
required: true
|
||||||
"""
|
""" # noqa
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
- name: Create a new Gandi DNS entry
|
- name: Create a new Gandi DNS entry
|
||||||
@ -65,7 +65,7 @@ except ImportError:
|
|||||||
|
|
||||||
def retrieve_domain(domain):
|
def retrieve_domain(domain):
|
||||||
"""Retrieve information about an existing domain."""
|
"""Retrieve information about an existing domain."""
|
||||||
pass
|
output = subprocess.check_output(["gandi", ""])
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
Reference in New Issue
Block a user