1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins
Ross Williams 3e0eb392d1 pkgng: handle space- and comma-separated lists
The module expects a list of strings in the `name` parameter,
but long-standing documentation showed space- and comma-delimited
lists as a valid way of telling the module to act on multiple
packages. Passing these lists through to the `pkg` command can
have unexpected side-effects of upgrading packages when
`state=present` rather than `state=latest` and could result
in the module reporting the wrong number of packages for each
action performed.
2021-10-11 19:19:06 +00:00
..
action
become
cache Fix new devel sanity errors. (#3194) 2021-08-12 12:07:50 +02:00
callback [opentelemetry][callback] add option to support enabling plugin in the CI (#3498) 2021-10-07 15:31:08 +02:00
connection Fix new devel sanity errors. (#3194) 2021-08-12 12:07:50 +02:00
doc_fragments Adds redis_data_info module (#3227) 2021-09-08 07:14:37 +02:00
filter New filter plugin - unicode_normalization (#3359) 2021-09-12 13:46:53 +02:00
inventory Added OpenNebula inventory plugin (#810) 2021-09-28 16:32:15 +02:00
lookup tss: add option for token authorization (#3327) 2021-09-14 13:34:59 +02:00
module_utils keycloak_role: quote role name in urls (#3536) 2021-10-09 13:38:02 +02:00
modules pkgng: handle space- and comma-separated lists 2021-10-11 19:19:06 +00:00