mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
lxc_container: fix the type of the 'container_config' parameter (#216)
* 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>
This commit is contained in:
parent
af4474efd7
commit
9e51469e01
2 changed files with 7 additions and 9 deletions
|
@ -0,0 +1,2 @@
|
|||
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).
|
Loading…
Add table
Add a link
Reference in a new issue