Following the release of OpenBSD 6.9, the VERBOSESTATUS variable is no longer valid in the daily.local configuration file

This commit is contained in:
Tristan Pilat 2021-05-06 15:03:37 +02:00
parent 2dae2d1ae4
commit 1364451198

View file

@ -5,15 +5,4 @@
env: true
value: "{{ cron_root_path }}"
tags:
- cron
- name: Customize daily.local environment
lineinfile:
path: /etc/daily.local
line: 'VERBOSESTATUS=0'
insertbefore: BOF
owner: root
mode: "0644"
create: true
tags:
- cron
- cron