Explorar o código

Don't restart dnsmasq during upgrade

Russell Teague %!s(int64=6) %!d(string=hai) anos
pai
achega
a74e752f83
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/openshift_node/tasks/upgrade/restart.yml

+ 1 - 1
roles/openshift_node/tasks/upgrade/restart.yml

@@ -15,7 +15,7 @@
 - name: Restart support services
   service:
     name: "{{ item }}"
-    state: restarted
+    state: started
     enabled: True
   with_items:
     - NetworkManager