ソースを参照

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

+ 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