Cut'n'paste is the root of all evil
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
8f9076c6d7
commit
f29bd5f92c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue