mirror of
				https://github.com/MatteZ02/infra.git
				synced 2025-11-04 01:59:33 +00:00 
			
		
		
		
	Installer Tasks: Replace Certbot Acme-DNS auth-hook download with copy
This commit is contained in:
		@@ -68,9 +68,9 @@
 | 
				
			|||||||
  tags:
 | 
					  tags:
 | 
				
			||||||
    - certbot
 | 
					    - certbot
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: "Installer : Certbot : Auth Hook - Download"
 | 
					- name: "Installer : Certbot : Auth Hook - Copy File"
 | 
				
			||||||
  ansible.builtin.get_url:
 | 
					  ansible.builtin.copy:
 | 
				
			||||||
    url: "https://git.waren.io/warengroup/acme-dns-auth/raw/branch/master/acme-dns-auth.py"
 | 
					    src: "./files/certbot/auth-hooks/acme-dns.py"
 | 
				
			||||||
    dest: "~/data/certbot/auth-hooks/acme-dns.py"
 | 
					    dest: "~/data/certbot/auth-hooks/acme-dns.py"
 | 
				
			||||||
    mode: '700'
 | 
					    mode: '700'
 | 
				
			||||||
    force: true
 | 
					    force: true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user