[ipa/server] Correctly format the failure condition
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
f1eae89e18
commit
d85e39b488
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue