✨ feat(ansible): Ajoute une tâche pour générer le sitemap avec presta:sitemaps:dump
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user