From 7636006d9fd5ba08d3092937dee1267000b5e044 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sun, 21 Sep 2025 21:59:53 +1000 Subject: [PATCH] fix: update gitea labels --- tasks/gitea-runner-homelab.yml | 5 +---- tasks/gitea.yml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/tasks/gitea-runner-homelab.yml b/tasks/gitea-runner-homelab.yml index 275b40d..f9f3096 100644 --- a/tasks/gitea-runner-homelab.yml +++ b/tasks/gitea-runner-homelab.yml @@ -39,7 +39,4 @@ GITEA_INSTANCE_URL: "https://git.comprofix.com" GITEA_RUNNER_REGISTRATION_TOKEN: "{{ GITEA_RUNNER_TOKEN }}" GITEA_RUNNER_NAME: "homelab-runner" - GITEA_RUNNER_LABELS: > - alpine-latest:docker://{{ alpine_latest_image }}, - ubuntu-latest:docker://{{ ubuntu_latest_image }}, - homelab-latest:docker://{{ debian_latest_image }} + GITEA_RUNNER_LABELS: "alpine-latest:docker://{{ alpine_latest_image }},ubuntu-latest:docker://{{ ubuntu_latest_image }},homelab-latest:docker://{{ debian_latest_image }}" diff --git a/tasks/gitea.yml b/tasks/gitea.yml index f6ed186..811335b 100644 --- a/tasks/gitea.yml +++ b/tasks/gitea.yml @@ -94,10 +94,7 @@ GITEA_INSTANCE_URL: "https://git.comprofix.com" GITEA_RUNNER_REGISTRATION_TOKEN: "{{ GITEA_RUNNER_TOKEN }}" GITEA_RUNNER_NAME: "gitea-runner" - GITEA_RUNNER_LABELS: > - alpine-latest:docker://{{ alpine_latest_image }}, - ubuntu-latest:docker://{{ ubuntu_latest_image }}, - vps-latest:docker://{{ debian_latest_image }} + GITEA_RUNNER_LABELS: "alpine-latest:docker://{{ alpine_latest_image }},ubuntu-latest:docker://{{ ubuntu_latest_image }},vps-latest:docker://{{ debian_latest_image }}" - name: Create directories file: