Update Bluej, Greenfoot. Arduino2 Appimage, Slicer Appimage

This commit is contained in:
Frank Schiebel 2024-12-17 10:39:12 +01:00
parent 05a62f8582
commit 58fd458616
11 changed files with 281 additions and 9 deletions

View file

@ -44,7 +44,7 @@
roles:
- lmn_network
- up2date_debian
#- up2date_debian
- lmn_sssd
- lmn_mount
- lmn_kde
@ -55,6 +55,24 @@
#- kerberize
tasks:
- name: Remove debian packages for FreeCAD
apt:
name:
- freecad
- freecad-common
- freecad-python3
- libfreecad-python3-0.20
autoremove: true
state: absent
- name: Remove debian packages for PrusaSlicer
apt:
name:
- prusa-slicer
- slic3r-prusa
autoremove: true
state: absent
- name: Copy Server roots-pubkey to clients
authorized_key:
user: ansible