Unquote urls in YAML - web_infrastructure (#5794)
This commit is contained in:
parent
8ae7d2dcc4
commit
013be6fa1c
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ EXAMPLES = '''
|
|||
state: restarted
|
||||
username: test
|
||||
password: testpass
|
||||
server_url: 'http://localhost:9001'
|
||||
server_url: http://localhost:9001
|
||||
'''
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue