This commit is contained in:
Matthew Stobbs
2025-04-29 17:32:43 -06:00
parent 04bd5ad19c
commit 6739c67ff5

View File

@@ -1,3 +1,4 @@
# vim: set filetype=yaml.ansible :
--- ---
argument_specs: argument_specs:
main: main:
@@ -13,13 +14,13 @@ argument_specs:
default: true default: true
required: false required: false
description: description:
Install packages using the current users Install packages using the current users
`$HOME/.local` directory as the install prefix. `$HOME/.local` directory as the install prefix.
WHen `false`, uses the system wide `/usr/local` When `false`, uses the system wide `/usr/local`
as the install prefix, and stores other parts as the install prefix, and stores other parts
(appimages, extracted archives, cache) in the (appimages, extracted archives, cache) in the
appropriate path starting with `/opt`. appropriate path starting with `/opt`.
packages: packages:
type: list type: list
elements: str elements: str