mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +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
|
||||
|
||||
# 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:
|
||||
|
||||
Reference in New Issue
Block a user