mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix typo in ipa_user module documentation example. (#31928)
This commit is contained in:
parent
0c10e1ebe4
commit
2fb8df503e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ EXAMPLES = '''
|
||||||
- pinky@acme.com
|
- pinky@acme.com
|
||||||
telephonenumber:
|
telephonenumber:
|
||||||
- '+555123456'
|
- '+555123456'
|
||||||
sshpubkeyfp:
|
sshpubkey:
|
||||||
- ssh-rsa ....
|
- ssh-rsa ....
|
||||||
- ssh-dsa ....
|
- ssh-dsa ....
|
||||||
ipa_host: ipa.example.com
|
ipa_host: ipa.example.com
|
||||||
|
|
Loading…
Reference in a new issue