From ca1831ee95bd71e365a5419baf82c929b86284ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20-=20Le=20Filament?= <theo@le-filament.com> Date: Tue, 29 Aug 2023 13:38:30 +0200 Subject: [PATCH] fix: not played task --- tasks/instance.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/instance.yml b/tasks/instance.yml index cd7d896..adda1b6 100644 --- a/tasks/instance.yml +++ b/tasks/instance.yml @@ -9,7 +9,6 @@ - name: Container building requirements when: item.value.image_instance | default(false) == item.key - tags: ['never', 'build_odoo'] block: - name: Create Odoo private docker structure on server in /home/docker/{{ item.key }} ansible.builtin.file: -- GitLab