From 6d6b90dbf52cce7cbe4eb6e9924e66e050f1eefb Mon Sep 17 00:00:00 2001 From: Tunui Franken Date: Fri, 17 Jan 2025 22:43:08 +0100 Subject: [PATCH] with_fileglob doesn't work out of the box for templates --- roles/icinga2_master/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/icinga2_master/tasks/main.yml b/roles/icinga2_master/tasks/main.yml index af1e3b9..4eec4c4 100644 --- a/roles/icinga2_master/tasks/main.yml +++ b/roles/icinga2_master/tasks/main.yml @@ -56,5 +56,5 @@ group: nagios mode: 0644 with_fileglob: - - zones.d/master/* + - "{{ role_path }}/templates/zones.d/master/*" notify: Reload icinga2 service