changed hardlink or actual destnation paths for software binaries, and used relative path for fetched secrets
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
src: "{{ ansible_user_home.stdout }}/downloads/archives/released/difftastic/{{ item }}"
|
||||
dest: "/usr/local/bin/{{ item }}"
|
||||
dest: "/usr/bin/{{ item }}"
|
||||
state: link
|
||||
loop:
|
||||
- difft
|
||||
|
||||
Reference in New Issue
Block a user