don't hardcode home directory path
This commit is contained in:
parent
486c785523
commit
09f3fb389a
6 changed files with 22 additions and 21 deletions
|
@ -15,6 +15,9 @@
|
|||
- tree
|
||||
- wireshark
|
||||
- units
|
||||
- name: test
|
||||
debug:
|
||||
msg: "{{ lookup('env','HOME') }}"
|
||||
- name: Install .gitconfig
|
||||
template:
|
||||
src: "{{ role_path }}/templates/.gitconfig.j2"
|
||||
|
|
Reference in a new issue