fixing obvious errors

This commit is contained in:
Matthew Stobbs
2026-02-06 01:28:14 -07:00
parent e91e7e9698
commit b87fc8235e
10 changed files with 149 additions and 181 deletions

View File

@@ -45,7 +45,7 @@ When adding default configuration, it MUST match the following:
- Prefix the configuration with the name of the package, using snake case
- Example: `alacritty_version: v0.16.1`
- This keeps the configuration unique per package, and allows for the defaults
to be over-ridden where needed.
to be overridden where needed.
The things that should be in the default configuration, if relevant, are:
@@ -127,6 +127,15 @@ in place (usually in `<install_prefix>/bin`).
remote:
name: <remote name>
url: <flatpakrepo url>
method: <optional, either 'system' or 'user'
method: <optional. Default 'system'>
```
- `pkg_flatpak` is a list of dicts describing how to install a flatpak
- Managed using `community.general.flatpak` ansible module.
- Format is:
```yaml
flatpak:
name: <flatpak name>
remote: <remote to install from>
method: <optional. Default 'system'>
state: <optional. Default 'present'>
```
- `pkg_flatpak` is a list of dicts