Commit c962356f authored by nanahira's avatar nanahira

fix

parent 7aa9584b
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
dest: /etc/sysctl.d/99-sysctl.conf dest: /etc/sysctl.d/99-sysctl.conf
state: link state: link
force: yes force: yes
when: ansible_distribution == "Debian" and ansible_distribution_major_version|int >= 13
- name: swappiness - name: swappiness
become: true become: true
sysctl: 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