install only acme.sh but install wget, too

This commit is contained in:
Alexander Gabriel 2021-06-06 15:51:50 +01:00
parent 983c5ef7a1
commit 2b78d32880
1 changed files with 1 additions and 9 deletions

View File

@ -3,6 +3,7 @@
apt:
name:
- socat
- wget
- name: install acme.sh
shell: wget -O - https://get.acme.sh | sh -s email={{ acme_sh_email }}
@ -10,12 +11,3 @@
warn: false
creates: ~/.acme.sh/
- name: copy ca cert
copy:
src: files/root_ca.crt
dest: "/usr/local/share/ca-certificates/root_ca.crt"
backup: yes
notify:
update-ca-certificates