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
commit d25554df9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)."