Explorar o código

Correct service restart command

Scott Dodson %!s(int64=7) %!d(string=hai) anos
pai
achega
89d7485d03
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/openshift_logging/handlers/main.yml

+ 1 - 1
roles/openshift_logging/handlers/main.yml

@@ -6,7 +6,7 @@
 
 # We retry the controllers because the API may not be 100% initialized yet.
 - name: restart master controllers
-  command: "{{ openshift.common.service_type }}-master-controllers"
+  command: "systemctl restart {{ openshift.common.service_type }}-master-controllers"
   retries: 3
   delay: 5
   register: result