listupgrade: tfix

This commit is contained in:
David Prevot 2023-03-13 17:25:29 +01:00
parent cc3fb051b0
commit a9ce436b3c

View file

@ -47,7 +47,7 @@
- name: Enable listupgrade cron
cron:
name: "lisupgrade.sh"
name: "listupgrade.sh"
cron_file: "listupgrade"
user: root
job: "/usr/share/scripts/listupgrade.sh --cron {{ listupgrade_cron_force | bool | ternary('--force','') }}"