flatpak
Collection: community.general
Full Name: parallax.community.general.flatpak
Aliases: community.general.flatpak, flatpak
Synopsis
Manage flatpak
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string | yes | The name of the flatpak to manage (e.g. org.gnome.Calculator) | |
| state | string | present | The desired state of the flatpak (present, absent) | |
| remote | string | flathub | The flatpak remote (repository) to install from | |
| method | string | system | The installation method (system, user) | |
| no_dependencies | bool | false | If true, do not install runtime dependencies | |
| executable | string | flatpak | The path to the flatpak executable |
Example
- name: Example flatpak task
flatpak:
name: <your_name>