corrected absent example
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
This commit is contained in:
parent
46dea95c11
commit
9bb2e6a63e
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
|
||||
|
||||
# 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:
|
||||
|
|
Loading…
Reference in a new issue