Fixed typo in uri module example

reviewable/pr18780/r1
cspollar 10 years ago
parent aad4317111
commit 34f7d7b068

@ -159,7 +159,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