diff --git a/roles/ipsilon/tasks/patches.yml b/roles/ipsilon/tasks/patches.yml index f3a6558e91..63f83b8f4a 100644 --- a/roles/ipsilon/tasks/patches.yml +++ b/roles/ipsilon/tasks/patches.yml @@ -24,7 +24,7 @@ ignore_errors: true changed_when: - "'Reversed (or previously applied) patch detected!' not in result.stdout" - - result.rc = 0 + - result.rc == 0 failed_when: "'FAILED' in result.stdout" notify: - restart apache