install only acme.sh but install wget, too
This commit is contained in:
parent
983c5ef7a1
commit
2b78d32880
@ -3,6 +3,7 @@
|
|||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- socat
|
- socat
|
||||||
|
- wget
|
||||||
|
|
||||||
- name: install acme.sh
|
- name: install acme.sh
|
||||||
shell: wget -O - https://get.acme.sh | sh -s email={{ acme_sh_email }}
|
shell: wget -O - https://get.acme.sh | sh -s email={{ acme_sh_email }}
|
||||||
@ -10,12 +11,3 @@
|
|||||||
warn: false
|
warn: false
|
||||||
creates: ~/.acme.sh/
|
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
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user