浏览代码

Now explicitly loading supernode.conf via sysctl

Till Klocke 9 年之前
父节点
当前提交
ede1522793
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/supernode-interfaces/tasks/debian.yml

+ 1 - 1
roles/supernode-interfaces/tasks/debian.yml

@@ -10,7 +10,7 @@
 
 - name: Load sysctl variables
   when: supernode_sysctl_installed|changed
-  shell: sysctl -p
+  shell: sysctl -p /etc/sysctl.d/supernode.conf || true
 
 - name: Restart network
   when: network_template_installed|changed