Commit db22e2c7 by Brian Coca

corrected absent example

Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
parent 0c7add69
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment