mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
s/stdout/stderr/ because consistency
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user