mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-27 08:56:39 +00:00
Fixed typo in uri module example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user