This commit is contained in:
Chris Cowley 2025-03-10 22:16:03 +01:00
parent 92869f5bc3
commit d39840153d
2 changed files with 18 additions and 0 deletions

View file

@ -20,3 +20,9 @@
- cc.arduino.IDE2
- org.fritzing.Fritzing
- org.freecad.FreeCAD
- name: Install Golang
ansible.builtin.package:
state: latest
name:
- golang
- nss-tools

12
office.yaml Normal file
View file

@ -0,0 +1,12 @@
- name: Install some office type packages
hosts: localhost
gather_facts: yes
become: true
tasks:
- name: Install base flatpaks
community.general.flatpak:
state: latest
remote: flathub
name:
- eu.betterbird.Betterbird