Unquote urls in YAML - network (#5792)

This commit is contained in:
Fabio Alessandro Locati 2016-12-02 15:27:26 +00:00 committed by Matt Clay
commit e49667d94c
3 changed files with 5 additions and 5 deletions

View file

@ -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.