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"