From 0ad2ddd2c6a0f14e712de2d93bef66f1965abf92 Mon Sep 17 00:00:00 2001 From: aurelien-bareille Date: Wed, 14 Dec 2022 18:25:29 +0100 Subject: [PATCH] Include repository setup dependancies in flag scope --- tasks/setup-Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index f74fd0d..0abcd17 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -12,6 +12,7 @@ - apt-transport-https - ca-certificates state: present + when: docker_add_repo | bool - name: Ensure additional dependencies are installed (on Ubuntu < 20.04 and any other systems). apt: