mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update examples page to mention group capabilities aren't all that are listed on the examples page
This commit is contained in:
parent
9a0e2e338c
commit
1171da6fcd
1 changed files with 2 additions and 2 deletions
|
@ -140,8 +140,8 @@ as removal of user accounts that may exist::
|
|||
|
||||
ansible all -m user -a "name=foo state=absent"
|
||||
|
||||
See the :doc:`modules` section for details on all of the available options.
|
||||
|
||||
See the :doc:`modules` section for details on all of the available options, including
|
||||
how to manipulate groups and group membership.
|
||||
|
||||
Deploying From Source Control
|
||||
`````````````````````````````
|
||||
|
|
Loading…
Reference in a new issue