flatpak

Collection: community.general

Full Name: parallax.community.general.flatpak

Aliases: community.general.flatpak, flatpak

Synopsis

Manage flatpak

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: Example flatpak task
  flatpak:
    name: <your_name>