toansible: Fix user_dir path
This commit is contained in:
parent
f676442f86
commit
e306a9828d
1 changed files with 1 additions and 1 deletions
|
@ -111,5 +111,5 @@
|
|||
shell: cd ~/.git_clones/i3blocks && ./autogen.sh && ./configure && make
|
||||
- name: Install
|
||||
become: true
|
||||
shell: cd ~/.git_clones/i3blocks && make install
|
||||
shell: cd {{ ansible_facts.user_dir }}/.git_clones/i3blocks && make install
|
||||
when: ansible_distribution == 'Debian'
|
||||
|
|
Loading…
Add table
Reference in a new issue