✏️ fix(ansible): Configure l'heure d'exécution de la commande cota à 1h.
This commit is contained in:
@@ -234,7 +234,7 @@
|
||||
ansible.builtin.cron:
|
||||
name: "E-Cosplay - Cota Auto"
|
||||
minute: "0"
|
||||
hour: "7,14,17"
|
||||
hour: "1"
|
||||
user: "root"
|
||||
job: "php {{ path }}/bin/console ecosplay:cota"
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user