From bc5e3f673a8c44ecf851f45e34fc184e0a50f8f6 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 31 Aug 2025 19:05:32 -0400 Subject: [PATCH] .... --- tar-valon_config_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tar-valon_config_deploy.yml b/tar-valon_config_deploy.yml index 873d912..4590804 100644 --- a/tar-valon_config_deploy.yml +++ b/tar-valon_config_deploy.yml @@ -28,7 +28,7 @@ | map(attribute='path') | map('relpath', template_base_path ~ '/' ~ inventory_hostname) | map('dirname') - | map('path_join', appdata_base_path) + | map('community.general.path_join', appdata_base_path) | unique | list }}