7 lines
144 B
YAML
7 lines
144 B
YAML
|
---
|
||
|
- name: Rebuild Drupal cache
|
||
|
command: >
|
||
|
{{ release_drush_path }} cache-rebuild
|
||
|
chdir={{ release_web_path }}
|
||
|
changed_when: false
|