Initial commit erasing history

This commit is contained in:
polz 2024-06-01 00:49:52 +02:00
parent e04f86fd9a
commit 7d8751ffe8
712 changed files with 7348 additions and 0 deletions

View 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