Cut'n'paste is the root of all evil

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2021-02-11 13:39:01 +01:00
parent 8f9076c6d7
commit f29bd5f92c
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -167,7 +167,7 @@
when: ipa_initial
register: output
changed_when: "'Disabling plugin' in output.stdout"
failed_when: "'Plugin is already disabled' not in output.stderr and output.rc != 0"
failed_when: "'Plugin is already disabled' not in output.stdout and output.rc != 0"
notify:
- restart ipa
@ -179,7 +179,7 @@
when: ipa_initial
register: output
changed_when: "'Disabling plugin' in output.stdout"
failed_when: "'Plugin is already disabled' not in output.stderr and output.rc != 0"
failed_when: "'Plugin is already disabled' not in output.stdout and output.rc != 0"
notify:
- restart ipa