etc-git: add quote to numerical value so that it is seen as a string

This commit is contained in:
Jérémy Dubois 2022-04-13 18:08:15 +02:00
parent 490b733f1a
commit bb43bc5370
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
- name: Legacy hourly cron job for /etc/.git status is absent
cron:
name: git status
minute: 42
minute: "42"
job: who > /dev/null || /usr/local/bin/git --git-dir=/etc/.git --work-tree=/etc status --short
state: absent
tags: