15 lines
230 B
YAML
15 lines
230 B
YAML
---
|
|
- name: Upgrade all packages
|
|
dnf:
|
|
name: "*"
|
|
state: latest
|
|
|
|
- name: Install playerctl and flameshot
|
|
dnf:
|
|
name:
|
|
- playerctl
|
|
- flameshot
|
|
state: present
|
|
|
|
- include: shell.yml
|
|
- include: haskell.yml
|