stuff
This commit is contained in:
parent
92869f5bc3
commit
d39840153d
2 changed files with 18 additions and 0 deletions
6
dev.yaml
6
dev.yaml
|
@ -20,3 +20,9 @@
|
||||||
- cc.arduino.IDE2
|
- cc.arduino.IDE2
|
||||||
- org.fritzing.Fritzing
|
- org.fritzing.Fritzing
|
||||||
- org.freecad.FreeCAD
|
- org.freecad.FreeCAD
|
||||||
|
- name: Install Golang
|
||||||
|
ansible.builtin.package:
|
||||||
|
state: latest
|
||||||
|
name:
|
||||||
|
- golang
|
||||||
|
- nss-tools
|
||||||
|
|
12
office.yaml
Normal file
12
office.yaml
Normal 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
|
Loading…
Add table
Reference in a new issue