1
0
Fork 0
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:
Brian Coca 2013-07-21 11:32:56 -04:00
parent 0c7add6951
commit db22e2c7aa

View file

@ -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: