From 7580519c7af3148bde063f0585ba0eda23ac3baa Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 5 Mar 2022 10:32:25 +0100 Subject: [PATCH] correct error --- playbooks/server.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/server.yml b/playbooks/server.yml index b32baea..505b462 100644 --- a/playbooks/server.yml +++ b/playbooks/server.yml @@ -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"