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

@@ -221,7 +221,7 @@
when:
- cloud_provider is defined
- cloud_provider in [ 'openstack', 'azure', 'vsphere', 'aws' ]
notify: restart kubelet
notify: Node | restart kubelet
tags:
- cloud-provider