Update group.py (#67309)

Added example with gid-param
pull/67321/head
Sebastian Thörn 5 years ago committed by GitHub
parent 8a2ac8f76a
commit d273e9758e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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'''

Loading…
Cancel
Save