mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-08 19:50:30 -07:00
ipa_service - Correct pluralisation of "hosts" in example (#2103)
This commit is contained in:
parent
de8e2a83e2
commit
2558cd3f01
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ EXAMPLES = r'''
|
||||||
- name: Changing Managing hosts list
|
- name: Changing Managing hosts list
|
||||||
community.general.ipa_service:
|
community.general.ipa_service:
|
||||||
name: http/host01.example.com
|
name: http/host01.example.com
|
||||||
host:
|
hosts:
|
||||||
- host01.example.com
|
- host01.example.com
|
||||||
- host02.example.com
|
- host02.example.com
|
||||||
ipa_host: ipa.example.com
|
ipa_host: ipa.example.com
|
||||||
|
|
Loading…
Add table
Reference in a new issue