diff --git a/roles/home-gui/tasks/flatpak.yml b/roles/home-gui/tasks/flatpak.yml index 32c954e..99cf850 100644 --- a/roles/home-gui/tasks/flatpak.yml +++ b/roles/home-gui/tasks/flatpak.yml @@ -46,3 +46,10 @@ state: present method: user when: flatpak.stat.exists == true + +- name: Install Flatpak Builder flatpak + community.general.flatpak: + name: org.flatpak.Builder + state: present + method: user + when: flatpak.stat.exists == true