Update lego to only install, no initial certs since it varies by purpose
This commit is contained in:
5
ansible/roles/lego/tasks/install.yaml
Normal file
5
ansible/roles/lego/tasks/install.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: Download and untar lego
|
||||
unarchive:
|
||||
src: https://github.com/go-acme/lego/releases/download/v{{ lego_version }}/lego_v{{ lego_version }}_linux_amd64.tar.gz
|
||||
dest: /usr/local/bin
|
||||
remote_src: yes
|
||||
Reference in New Issue
Block a user