Test worked, adding back explicit "{{ }}" syntax.
This commit is contained in:
parent
79a6204d51
commit
46c252757e
@ -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
|
Loading…
x
Reference in New Issue
Block a user