refactor: update Ansible tasks to use fully qualified module names for Flatpak management
This commit is contained in:
parent
67148e651b
commit
975f9e16ba
@ -5,12 +5,12 @@
|
||||
state: present
|
||||
|
||||
- name: Get list of installed Flatpaks
|
||||
command: flatpak list --app --columns=application
|
||||
ansible.builtin.command: flatpak list --app --columns=application
|
||||
register: installed_flatpaks
|
||||
changed_when: false
|
||||
|
||||
- name: Define desired Flatpaks
|
||||
set_fact:
|
||||
ansible.builtin.set_fact:
|
||||
desired_flatpaks:
|
||||
- org.fkoehler.KTailctl
|
||||
- org.mozilla.Thunderbird
|
||||
|
Loading…
x
Reference in New Issue
Block a user