Merge pull request #1569 from murdochr/patch-1

Change docs to reflect correct when syntax for matching variable stri…
This commit is contained in:
Brian Coca 2015-06-22 11:27:30 -04:00
commit 165abd1527

View file

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