From dd87548a98d30f077fcd7b25113a2a4f6168f2ff Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 6 Dec 2023 18:26:22 +0100 Subject: [PATCH] Remove the conditional. --- tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 2cad1f1..8d4921a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,7 +1,5 @@ --- - name: Manage the installation of the Information System GUI configuration of the swarm service - when: docker_swarm_manager_node is defined and docker_swarm_manager_node - tags: ['information_system_gui', 'information_system_gui_swarm', 'information_system_gui_server'] block: - name: Create the directory where the compose file will be placed ansible.builtin.file: