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: