Initial commit erasing history
This commit is contained in:
parent
e04f86fd9a
commit
7d8751ffe8
712 changed files with 7348 additions and 0 deletions
12
roles/julia/tasks/main_lin.yml
Normal file
12
roles/julia/tasks/main_lin.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
- 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue