From 4acc08983ee84d34a38a9e5e4b742e2e8497a5f8 Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 11 Jul 2026 21:01:45 +0300 Subject: [PATCH] chore(apps): reordered roles --- apps.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps.yaml b/apps.yaml index ababbc9..d124f9d 100644 --- a/apps.yaml +++ b/apps.yaml @@ -6,6 +6,14 @@ serial: 1 roles: + - role: borgbase.ansible_role_borgbackup + when: applications.borgbackup.enabled | bool + tags: borgbackup, apps + + - role: artis3n.tailscale.machine + when: applications.tailscale.enabled | bool + tags: tailscale, apps + - role: dokploy when: (applications.dokploy.enabled and containers.docker.enabled) | bool vars: @@ -17,11 +25,3 @@ vars: coolify_state: "{{ applications.coolify.state | default('present') }}" tags: coolify, apps - - - role: artis3n.tailscale.machine - when: applications.tailscale.enabled | bool - tags: tailscale, apps - - - role: borgbase.ansible_role_borgbackup - when: applications.borgbackup.enabled | bool - tags: borgbackup, apps