Fixed typo in uri module example

pull/18777/head
cspollar 9 years ago committed by Matt Clay
parent fe0aa01ce8
commit 7ac010977b

@ -158,7 +158,7 @@ EXAMPLES = '''
register: webpage
- action: fail
when: "'illustrative' not in webpage.content"
when: "'AWESOME' not in webpage.content"
# Create a JIRA issue

Loading…
Cancel
Save