fix an incorrect quotation mark in failed_when

pull/83317/head
lalalalelele 6 months ago committed by GitHub
parent 3253189b33
commit 1ea3ee47a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -262,7 +262,7 @@ EXAMPLES = r'''
url: http://www.example.com
return_content: true
register: this
failed_when: this is failed or "'AWESOME' not in this.content"
failed_when: "this is failed or 'AWESOME' not in this.content"
- name: Create a JIRA issue
ansible.builtin.uri:

Loading…
Cancel
Save