From 6739c67ff5da2724bd18e49e7ea327f419fb41fc Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Tue, 29 Apr 2025 17:32:43 -0600 Subject: [PATCH] fix typo --- meta/argument_spec.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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