Stop tasks always showing that something changed

This commit is contained in:
Oliver Davies 2020-06-16 22:51:30 +01:00
parent 6ba5810dbc
commit 7dce492d27

View file

@ -16,6 +16,7 @@
{{ release_drush_path }}
cache-clear drush
chdir={{ release_drupal_path }}
changed_when: false
- name: Run database updates
command: >
@ -37,3 +38,4 @@
command: >
{{ release_drush_path }} cache-rebuild
chdir={{ release_drupal_path }}
changed_when: false