correct error
This commit is contained in:
parent
776c5578d4
commit
7580519c7a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user