diff --git a/meta/argument_spec.yml b/meta/argument_spec.yml index 1b573af..569e41e 100644 --- a/meta/argument_spec.yml +++ b/meta/argument_spec.yml @@ -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