Stop tasks always showing that something changed
This commit is contained in:
parent
6ba5810dbc
commit
7dce492d27
|
@ -16,6 +16,7 @@
|
||||||
{{ release_drush_path }}
|
{{ release_drush_path }}
|
||||||
cache-clear drush
|
cache-clear drush
|
||||||
chdir={{ release_drupal_path }}
|
chdir={{ release_drupal_path }}
|
||||||
|
changed_when: false
|
||||||
|
|
||||||
- name: Run database updates
|
- name: Run database updates
|
||||||
command: >
|
command: >
|
||||||
|
@ -37,3 +38,4 @@
|
||||||
command: >
|
command: >
|
||||||
{{ release_drush_path }} cache-rebuild
|
{{ release_drush_path }} cache-rebuild
|
||||||
chdir={{ release_drupal_path }}
|
chdir={{ release_drupal_path }}
|
||||||
|
changed_when: false
|
||||||
|
|
Loading…
Reference in a new issue