classroom/roles/julia/tasks/main_lin.yml

13 lines
334 B
YAML
Raw Permalink Normal View History

2023-09-11 20:30:48 +00:00
- name: Install Julia from tarball
block:
- name: Create destination for Julia
file:
path: /opt/Julia
state: directory
- name: Download and unpack Eclipse
unarchive:
src: https://julialang-s3.julialang.org/bin/linux/x64/1.9/julia-1.9.3-linux-x86_64.tar.gz
dest: /opt/Julia
remote_src: yes