fix: install sysctl so minimal template can use it
This commit is contained in:
parent
de80097baf
commit
77d7e57d85
1 changed files with 6 additions and 0 deletions
|
|
@ -49,6 +49,12 @@
|
||||||
- 'etc/modprobe.d/workstation-blacklist.conf'
|
- 'etc/modprobe.d/workstation-blacklist.conf'
|
||||||
- 'etc/crypto-policies/back-ends/openssh.config'
|
- 'etc/crypto-policies/back-ends/openssh.config'
|
||||||
|
|
||||||
|
- name: Install sysctl
|
||||||
|
ansible.builtin.dnf5:
|
||||||
|
name:
|
||||||
|
- 'procps-ng'
|
||||||
|
state: 'present'
|
||||||
|
|
||||||
- name: Kernel sysctl config
|
- name: Kernel sysctl config
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: 'etc/sysctl.d/99-workstation.conf.j2'
|
src: 'etc/sysctl.d/99-workstation.conf.j2'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue