fix typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user