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 efa98c5d97d0cdede1f6bcdfcd1a48f223eaec3a..863e132414af1d53ea96f5fdae548d87ca12f80f 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