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

@ -27,7 +27,7 @@
- name: Remove previous Syncthing configurations
become: true
ansible.builtin.file:
path: '{{ ansible_env.HOME }}/.config/syncthing'
path: /home/sonny/.config/syncthing
state: absent
- name: Copy docker compose configuration