toansible: Fix user_dir path

This commit is contained in:
tfranken@laurier 2022-02-25 13:17:42 +01:00
parent f676442f86
commit e306a9828d

View file

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