Commit 7aa9584b authored by nanahira's avatar nanahira

fix sysctl

parent 93423cf7
- name: create sysctl.d symlink
become: true
file:
src: /etc/sysctl.conf
dest: /etc/sysctl.d/99-sysctl.conf
state: link
force: yes
- name: swappiness
become: true
sysctl:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment