listupgrade: tfix
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |4770|4|4766|3|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/204//ansiblelint">Evolix » ansible-roles » unstable #204</a> Details
gitea/ansible-roles/pipeline/head This commit looks good Details

This commit is contained in:
David Prevot 2023-03-13 17:25:29 +01:00
parent cc3fb051b0
commit a9ce436b3c
1 changed files with 1 additions and 1 deletions

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','') }}"