summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Alessandro Locati <me@fale.io>2016-12-02 15:35:20 +0000
committerJohn R Barker <john@johnrbarker.com>2016-12-02 15:35:20 +0000
commitcd7a9f0498d0631463d89059eff0b841eb9f96c1 (patch)
treeb5f169c1438a5640035d3e5f6739f33bae8ef4ea
parent345dd32d1058af98414b9bb1a645f8a6a5e6b92e (diff)
downloadansible-modules-core-cd7a9f0498d0631463d89059eff0b841eb9f96c1.tar.gz
Unquote urls in YAML - system (#5796)
-rw-r--r--system/authorized_key.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/authorized_key.py b/system/authorized_key.py
index 6cfd856e..7ac85eae 100644
--- a/system/authorized_key.py
+++ b/system/authorized_key.py
@@ -99,7 +99,7 @@ EXAMPLES = '''
# Using github url as key source
- authorized_key:
user: charlie
- key: 'https://github.com/charlie.keys'
+ key: https://github.com/charlie.keys
# Using alternate directory locations:
- authorized_key:
@@ -126,7 +126,7 @@ EXAMPLES = '''
# Using validate_certs:
- authorized_key:
user: charlie
- key: 'https://github.com/user.keys'
+ key: https://github.com/user.keys
validate_certs: no
# Set up authorized_keys exclusively with one key