From 44ac75ba881cca3404f0693094b900f4ae6ab397 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 2 May 2020 05:57:04 -0500 Subject: [PATCH] Fix unquoted string literal --- roles/desktop/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/desktop/tasks/main.yml b/roles/desktop/tasks/main.yml index b7635bf..5312e63 100644 --- a/roles/desktop/tasks/main.yml +++ b/roles/desktop/tasks/main.yml @@ -138,7 +138,7 @@ apt: name: - piper - when: ansible_distribution_release is focal + when: ansible_distribution_release is "focal" - name: Remove desktop applications through APT apt: state: absent