fix: baseline role

This commit is contained in:
mustard 2025-12-03 15:03:11 +01:00
parent e5d6803ce0
commit b80df0cd5c

View file

@ -49,10 +49,11 @@
- 'etc/modprobe.d/workstation-blacklist.conf'
- 'etc/crypto-policies/back-ends/openssh.config'
- name: Install sysctl
- name: Install sysctl and flatpak
ansible.builtin.dnf5:
name:
- 'procps-ng'
- 'flatpak'
state: 'present'
- name: Kernel sysctl config
@ -137,7 +138,7 @@
state: latest
- name: Mark packages as manually installed to avoid removal
shell: 'dnf mark user flatpak gnome-menus qubes-menus -y'
shell: 'dnf mark user flatpak -y'
- name: Enable hardened_malloc COPR
shell: 'dnf copr enable secureblue/hardened_malloc -y'