summaryrefslogtreecommitdiff
path: root/packaging/os/rhn_channel.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/rhn_channel.py
parented7ec6aa86425918f9bbfec50aa7b8212701a689 (diff)
downloadansible-modules-core-fbe10919ac53e093ea8f9e096b6d905cf21012c7.tar.gz
Unquote urls in YAML - packaging (#5793)
Diffstat (limited to 'packaging/os/rhn_channel.py')
-rw-r--r--packaging/os/rhn_channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/os/rhn_channel.py b/packaging/os/rhn_channel.py
index 9ec24483..7a7735b8 100644
--- a/packaging/os/rhn_channel.py
+++ b/packaging/os/rhn_channel.py
@@ -63,7 +63,7 @@ EXAMPLES = '''
- rhn_channel:
name: rhel-x86_64-server-v2vwin-6
sysname: server01
- url: 'https://rhn.redhat.com/rpc/api'
+ url: https://rhn.redhat.com/rpc/api
user: rhnuser
password: guessme
'''