From 4b10f5e1fb909199a11028bd05294ddc78eef878 Mon Sep 17 00:00:00 2001 From: Ross Williams Date: Tue, 12 Oct 2021 21:23:04 +0000 Subject: [PATCH] pkgng: update documentation to match annotate type Missed updating the documentation to match the change of the annotate parameter from comma-separated string to list of strings. --- plugins/modules/packaging/os/pkgng.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/modules/packaging/os/pkgng.py b/plugins/modules/packaging/os/pkgng.py index 0b3c080dcd..5636353584 100644 --- a/plugins/modules/packaging/os/pkgng.py +++ b/plugins/modules/packaging/os/pkgng.py @@ -50,13 +50,14 @@ options: default: no annotation: description: - - A comma-separated list of keyvalue-pairs of the form + - A list of keyvalue-pairs of the form C(<+/-/:>[=]). A C(+) denotes adding an annotation, a C(-) denotes removing an annotation, and C(:) denotes modifying an annotation. If setting or modifying annotations, a value must be provided. required: false - type: str + type: list + elements: str pkgsite: description: - For pkgng versions before 1.1.4, specify packagesite to use