Test worked, adding back explicit "{{ }}" syntax.

This commit is contained in:
Hyperling 2020-12-28 20:39:25 -06:00
parent 79a6204d51
commit 46c252757e

View File

@ -32,6 +32,6 @@
- name: Remove packages that may come with an OS but were just installed as Flatpak - name: Remove packages that may come with an OS but were just installed as Flatpak
package: package:
name: name:
- firefox - "{{ firefox }}"
- thunderbird - "{{ thunderbird }}"
state: absent state: absent