Files
ansible-fedora/common.yml
Elia Farin 5ed32cb70b commented out codecs as mesa-va-drivers causes
issues with updating. Use flatpaks instead
2024-10-30 14:43:15 -05:00

12 lines
239 B
YAML

---
- name: Common program installation
hosts: all
become: yes
roles:
- common
- rpmfusion
- dnf
# - codecs # Commented out because this does not need to be run if using flatpaks. Use at your own risk!
- flatpak