fixed some autorenew letsencrypt problems

This commit is contained in:
nd 2020-09-27 15:57:47 +02:00
parent c2c8727fe9
commit 29c8bfccdf
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
5 changed files with 121 additions and 20 deletions

View file

@ -48,9 +48,9 @@
mode: 0755
- name: copy acme primitives
get_url:
copy:
src: acme-primitives.py
dest: /usr/local/bin/acme-primitives.py
owner: root
group: root
mode: 0755
url: "https://git.notandy.de/ansible/acme-primitives/-/raw/master/acme-primitives.py"