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