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