Service name facts are working now too. Now testing if the "{{ }}" syntax is necessary for facts.

This commit is contained in:
Hyperling
2020-12-28 20:36:23 -06:00
parent 021730c90c
commit 79a6204d51
4 changed files with 10 additions and 3 deletions

View File

@ -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