summaryrefslogtreecommitdiff
path: root/packaging/os/rpm_key.py
diff options
context:
space:
mode:
authorFabio Alessandro Locati <me@fale.io>2016-12-02 15:27:54 +0000
committerJohn R Barker <john@johnrbarker.com>2016-12-02 15:27:54 +0000
commitfbe10919ac53e093ea8f9e096b6d905cf21012c7 (patch)
treeb270c7737779bda2819f9d742ae2e25fe6d0b052 /packaging/os/rpm_key.py
parented7ec6aa86425918f9bbfec50aa7b8212701a689 (diff)
downloadansible-modules-core-fbe10919ac53e093ea8f9e096b6d905cf21012c7.tar.gz
Unquote urls in YAML - packaging (#5793)
Diffstat (limited to 'packaging/os/rpm_key.py')
-rw-r--r--packaging/os/rpm_key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/os/rpm_key.py b/packaging/os/rpm_key.py
index 19f36419..42d75670 100644
--- a/packaging/os/rpm_key.py
+++ b/packaging/os/rpm_key.py
@@ -54,7 +54,7 @@ EXAMPLES = '''
# Example action to import a key from a url
- rpm_key:
state: present
- key: 'http://apt.sw.be/RPM-GPG-KEY.dag.txt'
+ key: http://apt.sw.be/RPM-GPG-KEY.dag.txt
# Example action to import a key from a file
- rpm_key: