From 2619c219fa0dcac43a1ccde304aa8d1096ec2ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sat, 21 Jun 2025 04:02:36 +0300 Subject: [PATCH] Installer Tasks: Replace Certbot Acme-DNS auth-hook download with copy --- tasks/installer.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/installer.yml b/tasks/installer.yml index a3e7bb0..ae21e19 100644 --- a/tasks/installer.yml +++ b/tasks/installer.yml @@ -68,9 +68,9 @@ tags: - certbot -- name: "Installer : Certbot : Auth Hook - Download" - ansible.builtin.get_url: - url: "https://git.waren.io/warengroup/acme-dns-auth/raw/branch/master/acme-dns-auth.py" +- name: "Installer : Certbot : Auth Hook - Copy File" + ansible.builtin.copy: + src: "./files/certbot/auth-hooks/acme-dns.py" dest: "~/data/certbot/auth-hooks/acme-dns.py" mode: '700' force: true