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

@ -25,8 +25,8 @@ syncthing_devices:
syncthing_folders:
- id: default
label: Default
path: '/var/syncthing/default'
source_path: '{{ ansible_env.HOME }}/files/sync/'
path: /var/syncthing/default
source_path: /home/sonny/files/sync/
type: sendreceive
devices:
- *syncthing_desktop_id
@ -35,8 +35,8 @@ syncthing_folders:
- id: pictures
label: Pictures
path: '/var/syncthing/pictures'
source_path: '{{ ansible_env.HOME }}/files/pictures/'
path: /var/syncthing/pictures
source_path: /home/sonny/files/pictures/
type: sendreceive
devices:
- *syncthing_desktop_id