feat(ansible): Commenter tâche liip:imagine:cache:remove
This commit is contained in:
@@ -192,11 +192,11 @@
|
||||
group: www-data
|
||||
mode: 0777
|
||||
state: directory
|
||||
- name: Exécuter liip:imagine:cache:remove dans le répertoire de l application
|
||||
ansible.builtin.command: php bin/console liip:imagine:cache:remove
|
||||
become: false
|
||||
args:
|
||||
chdir: "{{ path }}"
|
||||
# - name: Exécuter liip:imagine:cache:remove dans le répertoire de l application
|
||||
# ansible.builtin.command: php bin/console liip:imagine:cache:remove
|
||||
# become: false
|
||||
# args:
|
||||
# chdir: "{{ path }}"
|
||||
when: ansible_os_family == "Debian"
|
||||
- name: Creates directory
|
||||
ansible.builtin.file:
|
||||
|
||||
Reference in New Issue
Block a user