Change docs to reflect correct when syntax for matching variable strings as per MD's forum post as this fails with unhelpful error otherwise.

https://groups.google.com/forum/#!topic/ansible-project/D2hQzZ_jNuM
reviewable/pr18780/r1
murdochr 10 years ago committed by Juho-Mikko Pellinen
parent 1ae299d00f
commit 84fd824f75

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

Loading…
Cancel
Save