Fixes for ipa_group and ipa_user to show that uidnumber/gidnumber needs to be strings not numbers (#300)

This commit is contained in:
Ulf Tigerstedt 2020-05-10 15:45:35 +03:00 committed by GitHub
commit 06769c4e69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ EXAMPLES = r'''
- name: Ensure group is present
ipa_group:
name: oinstall
gidnumber: 54321
gidnumber: '54321'
state: present
ipa_host: ipa.example.com
ipa_user: admin