summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2015-03-05 11:42:34 +0100
committerDag Wieers <dag@wieers.com>2015-03-05 11:42:34 +0100
commit0a91ace6ad1d1f61b7a774087ee882e6871448ce (patch)
tree294387ae13abee866d2effc87d3ab4daf0c4397d
parentb0bc6f13794343536adbf12c77d1a9d2c07a0f6c (diff)
downloadansible-modules-core-0a91ace6ad1d1f61b7a774087ee882e6871448ce.tar.gz
Update authorized_key.py
Fix a (common) error in the examples. This is something that may go unnoticed during troubleshooting when copy&pasting the example.
-rw-r--r--system/authorized_key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/authorized_key.py b/system/authorized_key.py
index 38a8b96d..be2a4423 100644
--- a/system/authorized_key.py
+++ b/system/authorized_key.py
@@ -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
'''