Improve opkg module (#3554)

* Allow name to be a YAML list as well, and be more lenient when splitting strings by comma.

* General docs improvements.
This commit is contained in:
Felix Fontein
2021-10-14 21:14:32 +02:00
committed by GitHub
parent 9546bbb55e
commit d25554df9d
2 changed files with 14 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "opkg - allow ``name`` to be a YAML list of strings (https://github.com/ansible-collections/community.general/issues/572, https://github.com/ansible-collections/community.general/pull/3554)."