Unquote urls in YAML - web_infrastructure (#5794)

This commit is contained in:
Fabio Alessandro Locati 2016-12-02 15:29:54 +00:00 committed by Matt Clay
parent 8ae7d2dcc4
commit 013be6fa1c

View file

@ -104,7 +104,7 @@ EXAMPLES = '''
state: restarted
username: test
password: testpass
server_url: 'http://localhost:9001'
server_url: http://localhost:9001
'''