mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Unquote urls in YAML - web_infrastructure (#5794)
This commit is contained in:
committed by
Matt Clay
parent
8ae7d2dcc4
commit
013be6fa1c
@@ -104,7 +104,7 @@ EXAMPLES = '''
|
|||||||
state: restarted
|
state: restarted
|
||||||
username: test
|
username: test
|
||||||
password: testpass
|
password: testpass
|
||||||
server_url: 'http://localhost:9001'
|
server_url: http://localhost:9001
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user