From ef516aca30879a2345be8f30a47535820304990c Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 2 May 2020 05:58:15 -0500 Subject: [PATCH] Or I guess we just need an operator, whatever --- 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 5312e63..e43886d 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 == "focal" - name: Remove desktop applications through APT apt: state: absent