style: make ansible-lint happier
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: install acme.sh
|
||||
shell: curl https://get.acme.sh | INSTALLONLINE=1 LE_WORKING_DIR=/etc/x509 sh
|
||||
args:
|
||||
- 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
|
||||
|
Reference in New Issue
Block a user