Browse Source

fix typo word

pull/9896/head
Samuel Liu 1 year ago
committed by Florian Ruynat
parent
commit
df9aba6298
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/network_plugin/calico/tasks/peer_with_calico_rr.yml

2
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

Loading…
Cancel
Save