소스 검색

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