mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-08 09:57:38 -02:30
fix: typo in validate_inventory task name (missing backtick) (#12940)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
when:
|
when:
|
||||||
- not ignore_assert_errors
|
- not ignore_assert_errors
|
||||||
|
|
||||||
- name: Warn if `kube_network_plugin` is `none
|
- name: Warn if `kube_network_plugin` is `none`
|
||||||
debug:
|
debug:
|
||||||
msg: |
|
msg: |
|
||||||
"WARNING! => `kube_network_plugin` is set to `none`. The network configuration will be skipped.
|
"WARNING! => `kube_network_plugin` is set to `none`. The network configuration will be skipped.
|
||||||
|
|||||||
Reference in New Issue
Block a user