diff --git a/tasks/main.yml b/tasks/main.yml index 447c9a2..7130a74 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -81,6 +81,7 @@ - name: Run roundcube upgrade script command: "{{ roundcube_path }}/bin/update.sh" + changed_when: true when: - link.changed - not testing|default(False)