feat(ansible): Ajoute une tâche pour générer le sitemap avec presta:sitemaps:dump

This commit is contained in:
Serreau Jovann
2026-01-20 14:31:55 +01:00
parent 492fd1b7e8
commit a341fa1706

View File

@@ -213,6 +213,11 @@
become: false
args:
chdir: "{{ path }}"
- name: Exécuter pwa:compile dans le répertoire de l application
ansible.builtin.command: php bin/console presta:sitemaps:dump
become: false
args:
chdir: "{{ path }}"
- name: "Cron Task Search"
ansible.builtin.cron:
name: "Intranet Ludikevent - Search"