feat(ansible): Commenter tâche liip:imagine:cache:remove

This commit is contained in:
Serreau Jovann
2025-07-16 14:57:19 +02:00
parent e37110d9a7
commit 3012d59717

View File

@@ -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: