1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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