retooling some sections

This commit is contained in:
Caleb Fultz 2024-07-14 09:22:14 -04:00
parent c0678efa34
commit 655240157c
2 changed files with 15 additions and 3 deletions

View File

@ -1 +1 @@
10.0.0.4
localhost

View File

@ -28,7 +28,6 @@
package:
name:
- terminator
- flatpak
- gimp
- snapd
- openconnect
@ -39,19 +38,32 @@
- name: Install flatpaks
become: yes
package:
name: flatpak
state: present
community.general.flatpak:
name: https://s3.amazonaws.com/alexlarsson/spotify-repo/spotify.flatpakref
state: present
- name: Install snaps
- name: Install Steam snap
become: yes
community.general.snap:
name:
- steam
- code
state: present
- name: Install Codium snap
become: yes
community.general.snap:
name:
- code
classic: true
state: present
- name: Install Chrome
become: yes
tags: chrome
apt:
deb: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb