From 013be6fa1cfaf1bf569db965bebd59847f01b8ea Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Fri, 2 Dec 2016 15:29:54 +0000 Subject: [PATCH] Unquote urls in YAML - web_infrastructure (#5794) --- lib/ansible/modules/web_infrastructure/supervisorctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/web_infrastructure/supervisorctl.py b/lib/ansible/modules/web_infrastructure/supervisorctl.py index 97cd3a0c637..35d40928ca4 100644 --- a/lib/ansible/modules/web_infrastructure/supervisorctl.py +++ b/lib/ansible/modules/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 '''