Explorar o código

Merge pull request #7 from j0hnL/master

changed location of systemd files
John Lockman %!s(int64=5) %!d(string=hai) anos
pai
achega
4c1939bfb1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/common/tasks/main.yml

+ 1 - 1
roles/common/tasks/main.yml

@@ -86,7 +86,7 @@
 
 - name: Add KUBE_EXTRA_ARGS to enable GPUs
   lineinfile:
-    path: /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
+    path: /usr/lib/systemd/system/kubelet.service.d/10-kubeadm.conf
     line: 'Environment="KUBELET_EXTRA_ARGS=--feature-gates=DevicePlugins=true"'
     insertbefore: 'KUBELET_KUBECONFIG_ARGS='
   tags: install