Move recover_control_plane/master to control-plane (#7236)

According to the following recommendation, this moves the directory
to control-plane:

The Kubernetes project is moving away from wording that is considered
offensive. A new working group WG Naming was created to track this work,
and the word "master" was declared as offensive. A proposal was formalized
for replacing the word "master" with "control plane".
This commit is contained in:
Kenichi Omichi 2021-02-03 02:06:29 -08:00 committed by GitHub
parent b42bf39fb7
commit 699fbd64ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,7 @@
- hosts: "{{ groups['kube-master'] | first }}"
roles:
- { role: recover_control_plane/master }
- { role: recover_control_plane/control-plane }
- include: cluster.yml