From 3e578aeff2196e9241e38435e6ac9154fe412919 Mon Sep 17 00:00:00 2001 From: Mark van Driel Date: Tue, 21 Apr 2020 14:07:29 +0200 Subject: [PATCH] Fix when statement --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 1598a2a6..36c387e5 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -4,7 +4,7 @@ apt_repository: repo: "{{ haproxy_ppa }}" update_cache: true - when: "{{ haproxy_use_ppa }}" + when: haproxy_use_ppa tags: - haproxy-install-add-repository