1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fix document mistakenly replaced the 'ipa_host' parameter in 'ipa_host' module (#1031) (#1032)

(cherry picked from commit af21a0eaf7)

Co-authored-by: icez <icez@icez.net>
This commit is contained in:
patchback[bot] 2020-10-02 14:50:11 +02:00 committed by GitHub
parent 4e497ace29
commit 7c0175322b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ EXAMPLES = r'''
- "08:00:27:E3:B1:2D"
- "52:54:00:BD:97:1E"
state: present
community.general.ipa_host: ipa.example.com
ipa_host: ipa.example.com
ipa_user: admin
ipa_pass: topsecret
@ -110,7 +110,7 @@ EXAMPLES = r'''
description: Example host
ip_address: 192.168.0.123
state: present
community.general.ipa_host: ipa.example.com
ipa_host: ipa.example.com
ipa_user: admin
ipa_pass: topsecret
validate_certs: False
@ -120,7 +120,7 @@ EXAMPLES = r'''
community.general.ipa_host:
name: host01.example.com
state: disabled
community.general.ipa_host: ipa.example.com
ipa_host: ipa.example.com
ipa_user: admin
ipa_pass: topsecret
@ -128,7 +128,7 @@ EXAMPLES = r'''
community.general.ipa_host:
name: host01.example.com
user_certificate: []
community.general.ipa_host: ipa.example.com
ipa_host: ipa.example.com
ipa_user: admin
ipa_pass: topsecret
@ -136,7 +136,7 @@ EXAMPLES = r'''
community.general.ipa_host:
name: host01.example.com
state: absent
community.general.ipa_host: ipa.example.com
ipa_host: ipa.example.com
ipa_user: admin
ipa_pass: topsecret
@ -144,7 +144,7 @@ EXAMPLES = r'''
community.general.ipa_host:
name: host01.example.com
state: absent
community.general.ipa_host: ipa.example.com
ipa_host: ipa.example.com
ipa_user: admin
ipa_pass: topsecret
update_dns: True