From 1639406b65377dfebce614a731e2c80025bacd81 Mon Sep 17 00:00:00 2001 From: Tunui Franken Date: Fri, 1 Jul 2022 22:50:37 +0200 Subject: [PATCH] Replace shell module by command module --- roles/i3/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/i3/tasks/main.yml b/roles/i3/tasks/main.yml index e7b01ff..3ff530a 100644 --- a/roles/i3/tasks/main.yml +++ b/roles/i3/tasks/main.yml @@ -126,7 +126,7 @@ chdir: ~/.git_clones/i3blocks - name: Install become: true - shell: + command: cmd: make install chdir: "{{ ansible_facts.user_dir }}/.git_clones/i3blocks" when: ansible_facts['distribution'] == 'Debian'