Refactor ansible_env.HOME usage

This commit is contained in:
Sonny Bakker 2025-04-22 06:04:41 +02:00
parent 43de1cc0d0
commit e7ecd16360
5 changed files with 12 additions and 12 deletions

View file

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