Refactor ansible_env.HOME usage
This commit is contained in:
parent
43de1cc0d0
commit
e7ecd16360
5 changed files with 12 additions and 12 deletions
|
|
@ -33,4 +33,4 @@
|
|||
- name: Compile wezterm terminfo file
|
||||
become: true
|
||||
when: wezterm_copy.changed
|
||||
ansible.builtin.command: 'tic -x {{ ansible_env.HOME }}/.terminfo'
|
||||
ansible.builtin.command: tic -x /home/sonny/.terminfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue