changed hardlink or actual destnation paths for software binaries, and used relative path for fetched secrets

This commit is contained in:
2026-06-19 19:10:39 -04:00
parent bcf9eaebc9
commit 240efbb713
7 changed files with 18 additions and 19 deletions

View File

@@ -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