Replace shell module by command module

This commit is contained in:
Tunui Franken 2022-07-01 22:50:37 +02:00
parent c54aa8656e
commit 1639406b65

View file

@ -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'