1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments
patchback[bot] 58f74b96ef
[PR #5659/af53271c backport][stable-6] lxc_container: fix lxc argument when executing lxc command (#5698)
lxc_container: fix lxc argument when executing lxc command (#5659)

lxc_container fails when executing the lxc command (e.g. when creating
a new container) because PR#5358 broke the module argument
parsing. The resulting argument dict contained only the module argument name
and the argument flag but not the value. E.g.
```
- lxc_container:
    template: debian
```
would result in lxc command arguments `lxc template --template` instead of
`lxc --template debian`.

Fixes: 6f88426cf1 ("lxc_container: minor refactor (#5358)")
Fixes #5578

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
(cherry picked from commit af53271c41)

Co-authored-by: Alexander Couzens <lynxis@fe80.eu>
2022-12-17 12:22:30 +01:00
..
.keep Rename changelogs/fragments/.empty -> changelogs/fragments/.keep 2020-08-07 08:17:57 +02:00
5612-puppet-cmd-runner.yml [PR #5612/f95e0d77 backport][stable-6] puppet: refactored to use CmdRunner (#5686) 2022-12-14 22:03:40 +01:00
5659-fix-lxc_container-command.yml [PR #5659/af53271c backport][stable-6] lxc_container: fix lxc argument when executing lxc command (#5698) 2022-12-17 12:22:30 +01:00
5662-redhat_subscription-server_proxy_scheme.yaml [PR #5662/471f523f backport][stable-6] redhat_subscription: add server_proxy_scheme parameter (#5671) 2022-12-08 22:54:18 +01:00
5666-gitlab-variables.yml [PR #5667/c3bc172b backport][stable-6] respect new variable property in gitlab_group_variable and gitlab_project_variable (#5679) 2022-12-10 22:42:19 +01:00