diff options
author | Fabio Alessandro Locati <me@fale.io> | 2016-12-02 15:29:54 +0000 |
---|---|---|
committer | John R Barker <john@johnrbarker.com> | 2016-12-02 15:29:54 +0000 |
commit | 9d1aff43bbaf99d9bab1b03e21b7b5745e40830e (patch) | |
tree | 85d96a2a16373a7409c040f757ae05451cb1f64e /web_infrastructure/supervisorctl.py | |
parent | fbe10919ac53e093ea8f9e096b6d905cf21012c7 (diff) | |
download | ansible-modules-core-9d1aff43bbaf99d9bab1b03e21b7b5745e40830e.tar.gz |
Unquote urls in YAML - web_infrastructure (#5794)
Diffstat (limited to 'web_infrastructure/supervisorctl.py')
-rw-r--r-- | web_infrastructure/supervisorctl.py | 2 |
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 ''' |