[ipa/server] Correctly format the failure condition

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-11-07 14:07:38 +01:00
parent f1eae89e18
commit d85e39b488

View file

@ -725,9 +725,9 @@
- config
register: grant_repl_status_output
changed_when: "'Type or value exists' not in grant_repl_status_output.stderr"
failed_when: |
"'Type or value exists' not in grant_repl_status_output.stderr and
'modifying entry' not in grant_repl_status_output.stdout"
failed_when:
- "'Type or value exists' not in grant_repl_status_output.stderr"
- "'modifying entry' not in grant_repl_status_output.stdout"
# Make some httpd changes
- name: Configure referer override