Add "create; true" to other task, needed when running in check mode
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jérémy Dubois 2020-10-21 15:47:23 +02:00
parent 44d145e33b
commit 42f5d2c10e
1 changed files with 4 additions and 1 deletions

View File

@ -37,10 +37,13 @@
tags:
- evocheck
- name: Add evocheck cron
- name: Add evocheck cron next_part
lineinfile:
path: /etc/daily.local
line: 'next_part "Evocheck output:"'
insertbefore: 'sh /usr/share/scripts/evocheck.sh --verbose --cron'
owner: root
mode: "0644"
create: true
tags:
- evocheck