s/stdout/stderr/ because consistency
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
88a60efaec
commit
f8f708eb36
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@
|
|||
when: inventory_hostname.startswith("ipa01")
|
||||
register: pwpolicy_output
|
||||
changed_when: "'no modifications to be performed' not in pwpolicy_output.stderr"
|
||||
failed_when: "'no modifications to be performed' not in pwpolicy_output.stdout and pwpolicy_output.rc != 0"
|
||||
failed_when: "'no modifications to be performed' not in pwpolicy_output.stderr and pwpolicy_output.rc != 0"
|
||||
|
||||
- name: Destroy admin ticket
|
||||
command: kdestroy -A
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue