From 6dd680f77759e5f8dcc353d785691180f2df30d7 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sun, 12 Oct 2025 19:55:52 +1000 Subject: [PATCH] chore: update pre-tasks all.yml --- all.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/all.yml b/all.yml index ef9bc6f..7330057 100644 --- a/all.yml +++ b/all.yml @@ -7,6 +7,9 @@ file: path: "/data" state: directory + - name: Setup base system + import_tasks: tasks/base.yml + roles: - role: geerlingguy.docker docker_users: @@ -16,8 +19,7 @@ ansible.builtin.setup: tags: always - - name: Setup base system - import_tasks: tasks/base.yml +