mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed whitespace on server key
This commit is contained in:
parent
7ab67fb2fe
commit
14ab205ea2
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ EXAMPLES = '''
|
|||
nsupdate:
|
||||
key_name: "nsupdate"
|
||||
key_secret: "+bFQtBCta7j2vWkjPkAFtgA=="
|
||||
server: "10.1.1.1"
|
||||
server: "10.1.1.1"
|
||||
record: "1.1.168.192.in-addr.arpa."
|
||||
type: "PTR"
|
||||
value: "ansible.example.org."
|
||||
|
@ -127,7 +127,7 @@ EXAMPLES = '''
|
|||
nsupdate:
|
||||
key_name: "nsupdate"
|
||||
key_secret: "+bFQtBCta7j2vWkjPkAFtgA=="
|
||||
server: "10.1.1.1"
|
||||
server: "10.1.1.1"
|
||||
record: "1.1.168.192.in-addr.arpa."
|
||||
type: "PTR"
|
||||
state: absent
|
||||
|
|
Loading…
Reference in a new issue