s/stdout/stderr/ because consistency

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-11-28 11:09:40 +00:00
parent 88a60efaec
commit f8f708eb36

View file

@ -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