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 '''