---
- name: Upgrade all packages
dnf:
name: '*'
state: latest
- name: Install playerctl and flameshot
name:
- playerctl
- flameshot
state: present
- include: shell.yml
- include: haskell.yml