style: make ansible-lint happier

This commit is contained in:
VC
2024-07-05 11:53:32 +02:00
parent 3efe0ae9c4
commit 4bed35c4f3

View File

@@ -1,6 +1,6 @@
--- ---
- name: install acme.sh - name: Install acme.sh
shell: curl https://get.acme.sh | INSTALLONLINE=1 LE_WORKING_DIR=/etc/x509 sh ansible.builtin.command:
args: cmd: curl https://get.acme.sh | INSTALLONLINE=1 LE_WORKING_DIR=/etc/x509 sh # noqa: command-instead-of-module
creates: /etc/x509 creates: /etc/x509