Commit f8b517e3 authored by nanahira's avatar nanahira

fix

parent 7cab6773
Pipeline #40101 failed with stage
in 4 minutes and 26 seconds
...@@ -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