Explorar o código

Now explicitly loading supernode.conf via sysctl

Till Klocke %!s(int64=9) %!d(string=hai) anos
pai
achega
ede1522793
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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