look for error in correct place

This commit is contained in:
Michael McCulloch 2024-02-05 08:13:28 -07:00
parent d5d3813f8c
commit 4e45b7e85d

View File

@ -110,7 +110,7 @@
register: taint_removed
until: >
("untainted" in taint_removed.stdout) or
("not found" in taint_removed.stdout)
("not found" in taint_removed.stderr)
changed_when: "'untainted' in taint_removed.stdout"
failed_when: false
retries: 100