mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +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
|
||||
username: test
|
||||
password: testpass
|
||||
server_url: 'http://localhost:9001'
|
||||
server_url: http://localhost:9001
|
||||
'''
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user