소스 검색

Fix wrong handler name masters

This commit updates handler to account for new handler
in openshift_control_plane.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1567579
Michael Gugino 7 년 전
부모
커밋
f82201961d
2개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 3
      roles/openshift_control_plane/tasks/bootstrap_settings.yml
  2. 1 3
      roles/openshift_control_plane/tasks/update-vsphere.yml

+ 1 - 3
roles/openshift_control_plane/tasks/bootstrap_settings.yml

@@ -9,6 +9,4 @@
     - key: kubernetesMasterConfig.controllerArguments.cluster-signing-key-file
       value:
       - /etc/origin/master/ca.key
-  notify:
-  - restart master controllers
-  - restart master api
+  notify: restart master

+ 1 - 3
roles/openshift_control_plane/tasks/update-vsphere.yml

@@ -15,6 +15,4 @@
     - key: kubernetesMasterConfig.apiServerArguments.cloud-provider
       value:
       - vsphere
-  notify:
-  - restart master controllers
-  - restart master api
+  notify: restart master