[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
|
- config
|
||||||
register: grant_repl_status_output
|
register: grant_repl_status_output
|
||||||
changed_when: "'Type or value exists' not in grant_repl_status_output.stderr"
|
changed_when: "'Type or value exists' not in grant_repl_status_output.stderr"
|
||||||
failed_when: |
|
failed_when:
|
||||||
"'Type or value exists' not in grant_repl_status_output.stderr and
|
- "'Type or value exists' not in grant_repl_status_output.stderr"
|
||||||
'modifying entry' not in grant_repl_status_output.stdout"
|
- "'modifying entry' not in grant_repl_status_output.stdout"
|
||||||
|
|
||||||
# Make some httpd changes
|
# Make some httpd changes
|
||||||
- name: Configure referer override
|
- name: Configure referer override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue