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