31 lines
774 B
YAML

- name: Install system dnf packages
xbps:
name:
- git # Fast Version Control System
- git-lfs # Git extension for versioning large files
- syncthing # Continuous File Synchronization
- flatpak # Application deployment framework for desktop apps
- wireguard # Fast, modern, secure vpn tunnel
- wireguard-tools # Tool for wireguard
- cronie
- pipewire
- libspa-bluetooth
- cifs-utils
- ansible
- btrbk
- chezmoi
- elogind
- rsync
- unzip
- mimeo
state: present
become: true
- name: Add the flathub flatpak repository remote
flatpak_remote:
name: flathub
state: present
flatpakrepo_url: https://flathub.org/repo/flathub.flatpakrepo
become: true