mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 12:59:09 -07:00
(cherry picked from commit 7533f9ac26
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
41993d44e2
commit
eb1f0c28a9
20 changed files with 72 additions and 72 deletions
|
@ -84,7 +84,7 @@ options:
|
|||
description:
|
||||
- Proxy through Cloudflare network or just use DNS.
|
||||
type: bool
|
||||
default: no
|
||||
default: false
|
||||
record:
|
||||
description:
|
||||
- Record to add.
|
||||
|
@ -206,7 +206,7 @@ EXAMPLES = r'''
|
|||
zone: example.net
|
||||
type: CNAME
|
||||
value: example.com
|
||||
proxied: yes
|
||||
proxied: true
|
||||
account_email: test@example.com
|
||||
account_api_key: dummyapitoken
|
||||
state: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue