don't hardcode home directory path

This commit is contained in:
Pim Kunis 2023-02-13 10:57:18 +01:00
parent 486c785523
commit 09f3fb389a
6 changed files with 22 additions and 21 deletions

View file

@ -15,6 +15,9 @@
- tree
- wireshark
- units
- name: test
debug:
msg: "{{ lookup('env','HOME') }}"
- name: Install .gitconfig
template:
src: "{{ role_path }}/templates/.gitconfig.j2"