Try to use set_fact for package names.
This commit is contained in:
@ -13,8 +13,8 @@
|
||||
- name: Remove packages that may come with an OS but are being installed as Flatpak
|
||||
package:
|
||||
name:
|
||||
- {{ firefox[ansible_distribution] }}
|
||||
- {{ thunderbird[ansible_distribution] }}
|
||||
- {{ package_name.firefox }}
|
||||
- {{ package_name.thunderbird }}
|
||||
state: absent
|
||||
|
||||
- name: Install Discord
|
||||
|
Reference in New Issue
Block a user