Skip to content
Snippets Groups Projects
Unverified Commit 889454f2 authored by Ho Kim's avatar Ho Kim Committed by GitHub
Browse files

Fix typo in calico check (#8969)

parent 2fba94c5
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@
run_once: True
delegate_to: "{{ groups['kube_control_plane'][0] }}"
- name: "Check ipip mode is Nerver for calco ipv6"
- name: "Check ipip mode is Never for calico ipv6"
assert:
that:
- "calico_ipip_mode_ipv6 in ['Never']"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment