Refactor ansible_env.HOME usage
This commit is contained in:
parent
43de1cc0d0
commit
e7ecd16360
5 changed files with 12 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue