From f0d26ef301c4a75e87a03e3338b4f5770c515dc9 Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Fri, 8 Nov 2024 16:28:49 +0100 Subject: [PATCH] Cs fix --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index c63e8b7..d0f4277 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -64,7 +64,7 @@ - gnu-parallel-install - gnu-parallel-install-build -- name: version check # noqa risky-shell-pipe +- name: version check # noqa risky-shell-pipe command-instead-of-module ansible.builtin.shell: > tar -jtf {{ gnu_parallel_download_path }}/{{ gnu_parallel_download_url | basename }} | head -n 1 changed_when: false