1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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.
This commit is contained in:
Ross Williams 2021-10-12 21:23:04 +00:00
parent ec03bc1a2a
commit 4b10f5e1fb

View file

@ -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(<+/-/:><key>[=<value>]). 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