mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Fix example in ipa_dnszone module (#40443)
The ipa_dnszone module had a typo in the examples where "ipa_dnsrecord" was being used instead of "ipa_dnszone".
This commit is contained in:
parent
ad69ef88e7
commit
44d9dd2c77
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ version_added: "2.5"
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Ensure dns zone is present
|
# Ensure dns zone is present
|
||||||
- ipa_dnsrecord:
|
- ipa_dnszone:
|
||||||
ipa_host: spider.example.com
|
ipa_host: spider.example.com
|
||||||
ipa_pass: Passw0rd!
|
ipa_pass: Passw0rd!
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue