Replace shell module by command module
This commit is contained in:
parent
c54aa8656e
commit
1639406b65
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue