E325 Removal - Part II (#49196)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2018-11-28 13:55:52 +05:30
committed by GitHub
parent 991a9dfa12
commit bc3e7bbeba
109 changed files with 208 additions and 179 deletions

View File

@@ -87,6 +87,7 @@ options:
description:
- Whether the record should be the only one for that record type and record name. Only use with C(state=present)
- This will delete all other records with the same record name and type.
type: bool
state:
description:
- Whether the record(s) should exist or not

View File

@@ -40,6 +40,7 @@ options:
determined by wait_interval and wait_retries is reached. Continue only
after the status changes to 'MAINT'. This overrides the
shutdown_sessions option.
type: bool
version_added: "2.4"
host:
description:

View File

@@ -39,6 +39,7 @@ options:
- When set to C(NO), SSL certificates will not be validated.
required: false
default: "yes"
type: bool
version_added: "2.4"
notes:
- "Visit https://www.ipify.org to get more information."