Stop tasks always showing that something changed
This commit is contained in:
parent
6ba5810dbc
commit
7dce492d27
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue