mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
9e51469e01
* lxc_container: fix the type of the 'container_config' parameter * lxc_container: specify the type of elements in 'container_config' * lxc_container: improve the documentation of the container_config option * lxc_container: add changelogs fragment for PR 216 * lxc_container: update changelogs fragment for PR 216 Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
2 lines
198 B
YAML
2 lines
198 B
YAML
bugfixes:
|
|
- lxc_container - fix the type of the ``container_config`` parameter. It is now processed as a list and not a string (https://github.com/ansible-collections/community.general/pull/216).
|