From 0f2d935804653da874ada8425ffdd18c898de70c Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 7 Sep 2025 21:49:00 -0600 Subject: [PATCH] fixed local.yml --- local.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/local.yml b/local.yml index 886250e..dd4812f 100644 --- a/local.yml +++ b/local.yml @@ -8,7 +8,7 @@ update_cache: yes changed_when: False - include_tasks: - - tasks/users.yml - - tasks/cron.yml - - tasks/packages.yml + tasks: + - include_tasks: tasks/users.yml + - include_tasks: tasks/cron.yml + - include_tasks: tasks/packages.yml