fixed sysctl swappiness

This commit is contained in:
panda 2021-10-03 01:20:02 +02:00
parent 3507ff2dcd
commit b836975a96

View file

@ -152,7 +152,7 @@
mode: '0644'
# Set vm.swappiness to 5 in /etc/sysctl.conf
- ansible.posix.sysctl:
- sysctl:
name: vm.swappiness
value: '0'
state: present