7 lines
194 B
YAML
7 lines
194 B
YAML
---
|
|
|
|
- name: Install acme.sh
|
|
ansible.builtin.command:
|
|
cmd: curl https://get.acme.sh | INSTALLONLINE=1 LE_WORKING_DIR=/etc/x509 sh # noqa: command-instead-of-module
|
|
creates: /etc/x509
|