Merge pull request #896 from dagwieers/patch-1

Fix a (common) error in the examples.
This commit is contained in:
Brian Coca 2015-03-05 07:29:39 -05:00
commit 76702b48f7

View file

@ -111,7 +111,7 @@ EXAMPLES = '''
key_options='no-port-forwarding,host="10.0.1.1"'
# Set up authorized_keys exclusively with one key
- authorized_keys: user=root key=public_keys/doe-jane state=present
- authorized_key: user=root key=public_keys/doe-jane state=present
exclusive=yes
'''