From 82e69fc7a67e5517be8d6346d7ca15112a9f67f8 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 21 Feb 2025 05:49:26 +0100 Subject: [PATCH] Removed set_fact domain --- roles/docker-compose/tasks/main.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/docker-compose/tasks/main.yml b/roles/docker-compose/tasks/main.yml index d002ab6f..411266ee 100644 --- a/roles/docker-compose/tasks/main.yml +++ b/roles/docker-compose/tasks/main.yml @@ -1,14 +1,6 @@ - name: "load variables from {{ role_path }}/vars/docker-compose.yml for whole play" include_vars: "{{ role_path }}/vars/docker-compose.yml" -- name: "Set global domain based on application_id" - set_fact: - domain: "{{ domains[application_id] }}" - when: - - application_id in domains - - domains[application_id] is string - # Default case: One domain exists. Some applications like matrix don't have an default domain - - name: "remove {{ docker_compose.directories.instance }} and all its contents" file: path: "{{ docker_compose.directories.instance }}"