diff --git a/tasks/flatpaks.yml b/tasks/flatpaks.yml index 0f96850..8084a95 100644 --- a/tasks/flatpaks.yml +++ b/tasks/flatpaks.yml @@ -32,6 +32,6 @@ - name: Remove packages that may come with an OS but were just installed as Flatpak package: name: - - firefox - - thunderbird + - "{{ firefox }}" + - "{{ thunderbird }}" state: absent \ No newline at end of file