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
Raw Normal View History

2019-05-28 20:58:57 +02:00
---
- name: set swapiness
lineinfile:
path: /etc/sysctl.conf
line: vm.swappiness = 10