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
pull/18777/head
murdochr 9 years ago committed by Matt Clay
parent 186fbd7645
commit aae140e6cd

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