Commit e851f754 by Stephen Fromm

Update group_commands playbook example

Remove the group membership example.  There's not much to twiddle with
the group module.  Give examples for what is possible.
parent a379d58c
......@@ -10,11 +10,8 @@
- name: create a group
action: group name=tset
- name: add a member to tset
action: group name=tset member=nobody memberstate=present
# You can only modify the group's gid
- action: group name=tset gid=7777
- name: remove member
action: group name=tset member=nobody memberstate=absent
- name: remove group
action: group name=tset state=absent
# And finally remove the group
- action: group name=tset state=absent
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment