summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Alessandro Locati <me@fale.io>2016-12-02 15:29:54 +0000
committerJohn R Barker <john@johnrbarker.com>2016-12-02 15:29:54 +0000
commit9d1aff43bbaf99d9bab1b03e21b7b5745e40830e (patch)
tree85d96a2a16373a7409c040f757ae05451cb1f64e
parentfbe10919ac53e093ea8f9e096b6d905cf21012c7 (diff)
downloadansible-modules-core-9d1aff43bbaf99d9bab1b03e21b7b5745e40830e.tar.gz
Unquote urls in YAML - web_infrastructure (#5794)
-rw-r--r--web_infrastructure/supervisorctl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_infrastructure/supervisorctl.py b/web_infrastructure/supervisorctl.py
index 97cd3a0c..35d40928 100644
--- a/web_infrastructure/supervisorctl.py
+++ b/web_infrastructure/supervisorctl.py
@@ -104,7 +104,7 @@ EXAMPLES = '''
state: restarted
username: test
password: testpass
- server_url: 'http://localhost:9001'
+ server_url: http://localhost:9001
'''