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