mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Fixed typo in uri module example
This commit is contained in:
parent
fe0aa01ce8
commit
7ac010977b
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ EXAMPLES = '''
|
|||
register: webpage
|
||||
|
||||
- action: fail
|
||||
when: "'illustrative' not in webpage.content"
|
||||
when: "'AWESOME' not in webpage.content"
|
||||
|
||||
|
||||
# Create a JIRA issue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue