mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
corrected absent example
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user