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 +