flatpak

Collection: community.general

Full Name: parallax.community.general.flatpak

Aliases: community.general.flatpak, flatpak

Synopsis

Install and remove Flatpak applications

Parameters

NameTypeRequiredDefaultDescription
namestringyesThe name of the flatpak to manage (e.g. org.gnome.Calculator)
statestringpresentThe desired state of the flatpak (present, absent)
remotestringflathubThe flatpak remote (repository) to install from
methodstringsystemThe installation method (system, user)
no_dependenciesboolfalseIf true, do not install runtime dependencies
executablestringflatpakThe path to the flatpak executable

Example

- name: Install an application from Flathub
  flatpak:
    name: org.gnome.Calculator
    remote: flathub
    state: present