7 lines
140 B
YAML
7 lines
140 B
YAML
---
|
|
|
|
- name: install acme.sh
|
|
shell: curl https://get.acme.sh | INSTALLONLINE=1 LE_WORKING_DIR=/etc/x509 sh
|
|
args:
|
|
creates: /etc/x509
|