mirror of
https://github.com/MatteZ02/infra.git
synced 2025-07-01 08:43:38 +00:00
Installer Tasks: Replace Certbot Acme-DNS auth-hook download with copy
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user