Service name facts are working now too. Now testing if the "{{ }}" syntax is necessary for facts.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
- name: Install Flatpak TODO! Make only for workstations
|
||||
# Pre-reqs
|
||||
- name: Install Flatpak
|
||||
package:
|
||||
name: flatpak
|
||||
update_cache: yes
|
||||
@ -31,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