mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
18 lines
359 B
YAML
18 lines
359 B
YAML
- name: Remove pre-installed gnome software
|
|
dnf:
|
|
name:
|
|
- rhytmbox
|
|
- cheese
|
|
- totem
|
|
- gnome-maps
|
|
- gnome-characters
|
|
- gnome-connections
|
|
- libreoffice
|
|
- libreoffice-writer
|
|
- libreoffice-impress
|
|
- libreoffice-calc
|
|
- rhythmbox
|
|
- gnome-tour
|
|
- yelp
|
|
state: absent
|
|
become: true |