From f5597d57f624c858882cbace7a9d700b9f9f9088 Mon Sep 17 00:00:00 2001 From: Raphael Kastner Date: Mon, 28 Oct 2019 14:15:44 +0100 Subject: [PATCH] fix condition 2 --- tasks/setup-Debian.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index f286052..2409510 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -43,5 +43,4 @@ template: src: apt-preferences-docker.j2 dest: /etc/apt/preferences.d/docker - when: docker_apt_version is defined and - docker_apt_version | length > 0 + when: docker_apt_version is defined and not empty