Merge pull request #2609 from cspollar/devel

Fixed typo in uri module example
This commit is contained in:
Brian Coca 2015-12-02 16:08:15 -08:00
commit 1229adb36c

View file

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