From 4d4058ee8e538d47502e32f8222e3c8c200a8f62 Mon Sep 17 00:00:00 2001 From: Ieere Song Date: Sat, 31 Jan 2026 23:32:24 +0900 Subject: [PATCH] fix: typo in validate_inventory task name (missing backtick) (#12940) Co-authored-by: Cursor --- roles/validate_inventory/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/validate_inventory/tasks/main.yml b/roles/validate_inventory/tasks/main.yml index b7ebcaea6..a7b6ea7a3 100644 --- a/roles/validate_inventory/tasks/main.yml +++ b/roles/validate_inventory/tasks/main.yml @@ -20,7 +20,7 @@ when: - not ignore_assert_errors -- name: Warn if `kube_network_plugin` is `none +- name: Warn if `kube_network_plugin` is `none` debug: msg: | "WARNING! => `kube_network_plugin` is set to `none`. The network configuration will be skipped.