created major large-scale changes
This commit is contained in:
@@ -15,13 +15,14 @@
|
||||
ansible.builtin.shell:
|
||||
cmd: "{{ ansible_user_home.stdout }}/.local/bin/julia-install.sh --yes"
|
||||
creates: "{{ ansible_user_home.stdout }}/.juliaup/bin"
|
||||
async: 900
|
||||
poll: 5
|
||||
- name: Linking binaries to directories already in PATH environment variable
|
||||
become: true
|
||||
ignore_errors: true
|
||||
ansible.builtin.file:
|
||||
src: "{{ ansible_user_home.stdout }}/.juliaup/bin/{{ item }}"
|
||||
dest: "/usr/bin/{{ item }}"
|
||||
owner: root
|
||||
group: root
|
||||
state: link
|
||||
loop:
|
||||
- julia
|
||||
|
||||
Reference in New Issue
Block a user