mirror of https://github.com/ansible/ansible.git
Fix `failed_when` string in the second `ansible.builtin.uri` example (#84382)
Open the double quotes at the beginning of the entire `failed_when` value. Individual conditions work well, yet fail each time they are combined with a logic `or` (as per the example). Double quoting the entire string solved the problem.pull/82263/head
parent
e2b454f4e3
commit
eed6d48046
Loading…
Reference in New Issue