Update Bluej, Greenfoot. Arduino2 Appimage, Slicer Appimage
This commit is contained in:
parent
05a62f8582
commit
58fd458616
11 changed files with 281 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue