Add missing quotes

This commit is contained in:
Tristan PILAT 2019-05-11 20:52:58 +02:00 committed by Gitea
parent 38273ecf33
commit 0afd6b9b63

View file

@ -79,7 +79,7 @@
- name: cron job for /etc/.git status is installed
lineinfile:
path: /etc/daily.local
line: {{ item }}
line: "{{ item }}"
owner: root
mode: "0644"
create: yes