diff options
author | Fil <42498829+delta512@users.noreply.github.com> | 2024-12-05 21:20:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 21:20:27 +0100 |
commit | eed6d480464e0fee39696cf3a2cfca1887c4aebb (patch) | |
tree | 5f6229f2cc9f812792b82815f155bf4aec60cdc2 /test | |
parent | wait_for_connection: fix errant warning for local connection(s) (#84421) (diff) | |
download | ansible-eed6d480464e0fee39696cf3a2cfca1887c4aebb.tar.xz ansible-eed6d480464e0fee39696cf3a2cfca1887c4aebb.zip |
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.
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions