Update group.py (#67309)

Added example with gid-param
This commit is contained in:
Sebastian Thörn 2020-02-11 18:37:21 +01:00 committed by GitHub
parent 8a2ac8f76a
commit d273e9758e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,13 @@ EXAMPLES = '''
group:
name: somegroup
state: present
- name: Ensure group "docker" exists with correct gid
group:
name: docker
state: present
gid: 1750
'''
RETURN = r'''