diff --git a/tasks/main.yml b/tasks/main.yml index 87c54f2..53a6e89 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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 - -