36 lines
697 B
YAML
Raw Normal View History

2022-11-12 11:17:16 -08:00
- name: Block for gnome packages
block:
- name: Install gnome tweaks
dnf:
name: gnome-tweak-tool
state: present
become: true
- name: Install dconf editor
dnf:
name: dconf-editor
state: present
become: true
2022-11-12 11:17:16 -08:00
- name: Install gnome extensions manager
flatpak:
name: com.mattjakeman.ExtensionManager
state: present
when: desktop == "gnome"
- name: Install discord
flatpak:
name: com.discordapp.Discord
state: present
- name: Install brave
dnf:
name: brave-browser
state: present
2022-11-12 11:23:36 -08:00
become: true
- name: Install keepassxc
dnf:
name: keepassxc
state: present
2022-11-12 11:17:16 -08:00
become: true