This repository has been archived on 2020-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-laptop/roles/base/tasks/kernel.yml

6 lines
96 B
YAML

---
- name: set swapiness
lineinfile:
path: /etc/sysctl.conf
line: vm.swappiness = 10