From 3d71b98a1b581cd9d24c21173fc22031c4d89b40 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 6 Dec 2025 20:33:31 -0500 Subject: [PATCH] nginx parent dir --- tasks/files.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/files.yml b/tasks/files.yml index 3c1494a..89e95e2 100644 --- a/tasks/files.yml +++ b/tasks/files.yml @@ -6,9 +6,9 @@ group: "100999" with_items: - "webroot" - - "certs" - - "html" - - "vhost.d" + - "nginx/certs" + - "nginx/html" + - "nginx/vhost.d" loop_control: loop_var: "subdir"