rename handler to fix ansible 2.8 issue (#5801)

This commit is contained in:
Sergey
2020-03-20 23:54:08 +03:00
committed by GitHub
parent 0aa22998e2
commit b8d628c5f3
6 changed files with 17 additions and 7 deletions

View File

@@ -101,7 +101,7 @@
- kubeadm_config_api_fqdn is not defined
- not is_kube_master
- kubeadm_discovery_address != kube_apiserver_endpoint | replace("https://", "")
notify: restart kubelet
notify: Kubeadm | restart kubelet
# FIXME(mattymo): Need to point to localhost, otherwise masters will all point
# incorrectly to first master, creating SPoF.