From df9aba6298009c16bcfd3fd34d0758dbd8b9c1ec Mon Sep 17 00:00:00 2001 From: Samuel Liu Date: Mon, 13 Mar 2023 10:59:20 +0800 Subject: [PATCH] fix typo word --- roles/network_plugin/calico/tasks/peer_with_calico_rr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network_plugin/calico/tasks/peer_with_calico_rr.yml b/roles/network_plugin/calico/tasks/peer_with_calico_rr.yml index efa98c5d9..863e13241 100644 --- a/roles/network_plugin/calico/tasks/peer_with_calico_rr.yml +++ b/roles/network_plugin/calico/tasks/peer_with_calico_rr.yml @@ -1,5 +1,5 @@ --- -- name: Calico | Set lable for groups nodes # noqa 301 305 +- name: Calico | Set label for groups nodes # noqa 301 305 shell: "{{ bin_dir }}/calicoctl.sh label node {{ inventory_hostname }} calico-group-id={{ calico_group_id }} --overwrite" changed_when: false register: calico_group_id_label