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