mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fixes for ipa_group and ipa_user to show that uidnumber/gidnumber needs to be strings not numbers (#300)
This commit is contained in:
@@ -117,8 +117,8 @@ EXAMPLES = r'''
|
||||
sshpubkey:
|
||||
- ssh-rsa ....
|
||||
- ssh-dsa ....
|
||||
uidnumber: 1001
|
||||
gidnumber: 100
|
||||
uidnumber: '1001'
|
||||
gidnumber: '100'
|
||||
homedirectory: /home/pinky
|
||||
ipa_host: ipa.example.com
|
||||
ipa_user: admin
|
||||
|
||||
Reference in New Issue
Block a user