playbooks: update for consistency

This commit is contained in:
Gabriel Arazas 2022-05-30 12:09:09 +08:00
parent 1ec3b83349
commit cadb18e9bf
2 changed files with 14 additions and 7 deletions

View File

@ -40,18 +40,22 @@
- name: Install layered packages - name: Install layered packages
community.general.rpm_ostree_pkg: community.general.rpm_ostree_pkg:
state: present
name: name:
- ansible - ansible
- distrobox - distrobox
- borgmatic - borgmatic
- gnome-boxes - gnome-boxes
- kitty - kitty
- neovim
- openssl - openssl
# Making this usable for binging movies.
- gstreamer1-plugin-openh264
# This is not a part of the base repos. # This is not a part of the base repos.
- opentabletdriver - opentabletdriver
- lazygit - lazygit
state: present
tags: tags:
- base - base
- system - system

View File

@ -22,14 +22,11 @@
- role: system/fonts - role: system/fonts
tags: tags:
- base - desktop
- system
- i18n - i18n
- role: system/gnome - role: system/gnome
tags: tags:
- base
- system
- desktop - desktop
- role: system/flatpak - role: system/flatpak
@ -59,8 +56,8 @@
- atim/lazygit - atim/lazygit
- peterwu/iosevka - peterwu/iosevka
tags: tags:
- base
- system - system
- copr
# Package installations. # Package installations.
- name: Install packages from enabled copr repositories - name: Install packages from enabled copr repositories
@ -75,8 +72,8 @@
- iosevka-slab-fonts - iosevka-slab-fonts
- iosevka-etoile-fonts - iosevka-etoile-fonts
tags: tags:
- base
- system - system
- copr
- name: Install RPM development tools - name: Install RPM development tools
dnf: dnf:
@ -84,6 +81,8 @@
name: name:
- rpm-build - rpm-build
- go-rpm-macros - go-rpm-macros
tags:
- dev
- name: Install web-related tools - name: Install web-related tools
dnf: dnf:
@ -101,6 +100,8 @@
name: name:
- copr-cli - copr-cli
- dnf-plugins-core - dnf-plugins-core
tags:
- dev
- name: Install the extensions - name: Install the extensions
dnf: dnf:
@ -122,3 +123,5 @@
- ansible - ansible
- ansible-collection-community-general - ansible-collection-community-general
- python3-psutil - python3-psutil
tags:
- dev