retooling some sections
This commit is contained in:
parent
c0678efa34
commit
655240157c
@ -28,7 +28,6 @@
|
|||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- terminator
|
- terminator
|
||||||
- flatpak
|
|
||||||
- gimp
|
- gimp
|
||||||
- snapd
|
- snapd
|
||||||
- openconnect
|
- openconnect
|
||||||
@ -39,19 +38,32 @@
|
|||||||
|
|
||||||
- name: Install flatpaks
|
- name: Install flatpaks
|
||||||
become: yes
|
become: yes
|
||||||
|
package:
|
||||||
|
name: flatpak
|
||||||
|
state: present
|
||||||
community.general.flatpak:
|
community.general.flatpak:
|
||||||
name: https://s3.amazonaws.com/alexlarsson/spotify-repo/spotify.flatpakref
|
name: https://s3.amazonaws.com/alexlarsson/spotify-repo/spotify.flatpakref
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
|
||||||
- name: Install snaps
|
- name: Install Steam snap
|
||||||
become: yes
|
become: yes
|
||||||
community.general.snap:
|
community.general.snap:
|
||||||
name:
|
name:
|
||||||
- steam
|
- steam
|
||||||
|
- code
|
||||||
|
state: present
|
||||||
|
|
||||||
|
- name: Install Codium snap
|
||||||
|
become: yes
|
||||||
|
community.general.snap:
|
||||||
|
name:
|
||||||
|
- code
|
||||||
|
classic: true
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Install Chrome
|
- name: Install Chrome
|
||||||
become: yes
|
become: yes
|
||||||
|
tags: chrome
|
||||||
apt:
|
apt:
|
||||||
deb: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
deb: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||||
|
Loading…
Reference in New Issue
Block a user