chore: update pre-tasks all.yml
Some checks failed
Deploy / Prepare Build (push) Has been cancelled

This commit is contained in:
2025-10-12 19:55:52 +10:00
parent a3599e8e83
commit 6dd680f777

View File

@@ -7,6 +7,9 @@
file: file:
path: "/data" path: "/data"
state: directory state: directory
- name: Setup base system
import_tasks: tasks/base.yml
roles: roles:
- role: geerlingguy.docker - role: geerlingguy.docker
docker_users: docker_users:
@@ -16,8 +19,7 @@
ansible.builtin.setup: ansible.builtin.setup:
tags: always tags: always
- name: Setup base system
import_tasks: tasks/base.yml