From 568b830fb65a39034ee92fdf14be8b4d899a423f Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Fri, 28 Feb 2025 10:23:03 +0100 Subject: [PATCH] add double quote to item --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 7ec380f..d6e1464 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -3,5 +3,5 @@ apt: name: haproxy state: present - default_release: {{ ansible_distribution_release }}-backports + default_release: "{{ ansible_distribution_release }}-backports"