mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 16:41:21 -07:00
* Fixes #143, change package parameter from str to list * remove uneccessary splitting * add changelog fragment * fix parameter-list-no-elements validation * fix documentation * Fix changelog * Fix documetation, add example with list of packages * Update changelogs/fragments/apt_rpm_typefix.yml Co-authored-by: Alexander Leshkov <lam@arenadata.io> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
54014529bd
commit
16ce942448
2 changed files with 16 additions and 4 deletions
2
changelogs/fragments/apt_rpm_typefix.yml
Normal file
2
changelogs/fragments/apt_rpm_typefix.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- apt_rpm - fix ``package`` type from ``str`` to ``list`` to fix invoking with list of packages (https://github.com/ansible-collections/community.general/issues/143).
|
Loading…
Add table
Add a link
Reference in a new issue