Initial commit erasing history
This commit is contained in:
parent
e04f86fd9a
commit
7d8751ffe8
712 changed files with 7348 additions and 0 deletions
16
roles/eclipse/tasks/main_lin.yml
Normal file
16
roles/eclipse/tasks/main_lin.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
- name: Install Eclipse snap
|
||||
community.general.snap:
|
||||
name:
|
||||
- eclipse
|
||||
classic: true
|
||||
# - name: Install Eclipse from tarball
|
||||
# block:
|
||||
# - name: Create destination for Eclipse
|
||||
# file:
|
||||
# path: /opt/Eclipse
|
||||
# state: directory
|
||||
# - name: Download and unpack Eclipse
|
||||
# unarchive:
|
||||
# src: https://www.eclipse.org/downloads/download.php?file=/oomph/epp/2022-09/R/eclipse-inst-jre-linux64.tar.gz
|
||||
# dest: /opt/Eclipse
|
||||
# remote_src: yes
|
Loading…
Add table
Add a link
Reference in a new issue