mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
corrected absent example
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
This commit is contained in:
parent
0c7add6951
commit
db22e2c7aa
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ EXAMPLES = '''
|
||||||
- acl: name=/etc/foo.conf entry="u:joe:r" state=present
|
- acl: name=/etc/foo.conf entry="u:joe:r" state=present
|
||||||
|
|
||||||
# Removes the acl for joe
|
# Removes the acl for joe
|
||||||
- acl: name=/etc/foo.conf entry="u:joe" state=absent
|
- acl: name=/etc/foo.conf entry="u:joe:-" state=absent
|
||||||
'''
|
'''
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue