From 5f7d22874fa23653b3a87e8c0f4437c78b0d56ce Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 14 Feb 2026 14:44:03 -0500 Subject: [PATCH] start tinyauth first --- main.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/main.yml b/main.yml index 14b8cee..02ecd48 100644 --- a/main.yml +++ b/main.yml @@ -6,6 +6,9 @@ server: "bear" tasks: + - name: Deploy Tinyauth + import_tasks: tasks/tinyauth.yml + tags: tinyauth_deploy - name: Deploy Postgres import_tasks: tasks/postgres.yml tags: postgres_deploy @@ -27,9 +30,6 @@ - name: Deploy Homebridge import_tasks: tasks/homebridge.yml tags: homebridge_deploy - - name: Deploy Tinyauth - import_tasks: tasks/tinyauth.yml - tags: tinyauth_deploy - name: Deploy Code Server import_tasks: tasks/codeserver.yml tags: codeserver_deploy @@ -60,9 +60,6 @@ - name: Deploy NZBGet import_tasks: tasks/nzbget.yml tags: nzbget_deploy - - name: Deploy Gitea Runner - import_tasks: tasks/runner.yml - tags: runner_deploy - name: Deploy Uptime Kuma import_tasks: tasks/uptime-kuma.yml tags: uptime-kuma_deploy