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