correct error

This commit is contained in:
vincent 2022-03-05 10:32:25 +01:00
parent 776c5578d4
commit 7580519c7a

View File

@ -14,7 +14,7 @@
- ansible-pihole
- role: ansible-role-certbot
become: true # need to have a external connection on 80
- role: ansible-copySSLCertificate
- role: ansible-rsync-certs
become: true # need to have a external connection on 80
- role: nginx
become: true
@ -40,8 +40,8 @@
tasks:
- name: create paccache job for arch mirror
cron:
job: "find {{ arch_mirror_location }} -type d
-exec paccache -v -r -k 2 -c {} \\;"
job: "find {{ arch_mirror_location }} -type d"
exec: paccache -v -r -k 2 -c {} \\;"
user: "root"
name: "paccache job"
hour: "4"