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/plugins/modules
patchback[bot] 03b312c0ae
[PR #5659/af53271c backport][stable-5] lxc_container: fix lxc argument when executing lxc command (#5697)
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:27 +01:00
..
cloud [PR #5659/af53271c backport][stable-5] lxc_container: fix lxc argument when executing lxc command (#5697) 2022-12-17 12:22:27 +01:00
clustering short_description fix batch 2 (#5520) (#5522) 2022-11-09 14:08:55 +01:00
database Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5528) 2022-11-09 21:19:06 +01:00
files fix the issue#5275: iso_create doesn't add folders (#5468) (#5487) 2022-11-07 07:28:53 +01:00
identity [PR #5619/f0b3bba0 backport][stable-5] Fix keycloak_client_rolemapping role removal and diff (#5655) 2022-12-05 05:47:14 +00:00
monitoring Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5528) 2022-11-09 21:19:06 +01:00
net_tools short_description fix batch 2 (#5520) (#5522) 2022-11-09 14:08:55 +01:00
notification Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5528) 2022-11-09 21:19:06 +01:00
packaging redhat_subscription: improve wording wrt Satellite (#5581) (#5607) 2022-11-26 18:49:38 +01:00
remote_management short_description fix batch 2 (#5520) (#5522) 2022-11-09 14:08:55 +01:00
source_control [PR #5667/c3bc172b backport][stable-5] respect new variable property in gitlab_group_variable and gitlab_project_variable (#5678) 2022-12-10 22:42:16 +01:00
storage Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5528) 2022-11-09 21:19:06 +01:00
system [stable-5] gconftool2: fix index error (#5687) 2022-12-15 06:48:33 +01:00
web_infrastructure Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5528) 2022-11-09 21:19:06 +01:00