From c94cffac8fcf757a4c645d91936089357911f372 Mon Sep 17 00:00:00 2001 From: ace Date: Sat, 24 Jan 2026 18:49:49 +0300 Subject: [PATCH] knot: minor cosmetic fix --- roles/knot/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/knot/tasks/main.yaml b/roles/knot/tasks/main.yaml index ce18634..711f29d 100644 --- a/roles/knot/tasks/main.yaml +++ b/roles/knot/tasks/main.yaml @@ -18,7 +18,7 @@ - "vars" tags: knot_vars -- name: Include knot install for {{ ansible_distribution }} +- name: Include knot install for {{ ansible_facts['distribution'] }} include_tasks: "{{ ansible_facts['os_family'] }}.yaml" - name: Configure knot