mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
Unquote urls in YAML - network (#5792)
This commit is contained in:
parent
580c74140a
commit
e49667d94c
3 changed files with 5 additions and 5 deletions
|
@ -154,7 +154,7 @@ author: "Romeo Theriault (@romeotheriault)"
|
|||
EXAMPLES = '''
|
||||
- name: Check that you can connect (GET) to a page and it returns a status 200
|
||||
uri:
|
||||
url: 'http://www.example.com'
|
||||
url: http://www.example.com
|
||||
|
||||
# Check that a page returns a status 200 and fail if the word AWESOME is not
|
||||
# in the page contents.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue