From 4bed35c4f36b68a118f77ff486012e0f71245216 Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 5 Jul 2024 11:53:32 +0200 Subject: [PATCH] style: make ansible-lint happier --- roles/x509/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/x509/tasks/main.yml b/roles/x509/tasks/main.yml index 2e1f031..cf380de 100644 --- a/roles/x509/tasks/main.yml +++ b/roles/x509/tasks/main.yml @@ -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