From b68f002e5b843ab91c12b6f5161b3207a28d5406 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 28 Dec 2020 19:47:17 -0600 Subject: [PATCH] Woops, was supposed to be firefox and thunderbird, not discord. --- tasks/flatpaks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/flatpaks.yml b/tasks/flatpaks.yml index 2bc3bb2..e392c78 100644 --- a/tasks/flatpaks.yml +++ b/tasks/flatpaks.yml @@ -13,7 +13,7 @@ - name: Remove packages that may come with an OS but are being installed as Flatpak package: name: - - {{ discord[ansible_distribution] }} + - {{ firefox[ansible_distribution] }} - {{ thunderbird[ansible_distribution] }} state: absent