mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-15 21:31:02 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user