fix: baseline role
This commit is contained in:
parent
e5d6803ce0
commit
b80df0cd5c
1 changed files with 3 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue