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