Commit a5117e8d authored by nanahira's avatar nanahira

fix

parent abd4b2c6
Pipeline #10811 failed with stage
in 3 minutes and 13 seconds
......@@ -34,7 +34,7 @@
name: net.core.default_qdisc
value: fq
sysctl_set: true
when: ansible_kernel.startswith("5.") or ansible_kernel.startswith("4.9.") or (ansible_kernel.startswith("4.1") and not ansible_kernel.startswith("4.1.")) and ansible_kernel.find("xanmod") == -1
when: (ansible_kernel.startswith("5.") or ansible_kernel.startswith("4.9.") or (ansible_kernel.startswith("4.1")) and not ansible_kernel.startswith("4.1.")) and ansible_kernel.find("xanmod") == -1
- name: TCP BBR with xanmod
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