mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
6df7fd3026
* module lxd_container - added target support for LXD cluster deployments. https://github.com/ansible-collections/community.general/issues/637 * lxd_container.py fixed PEP8 issues. * Update plugins/modules/cloud/lxd/lxd_container.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/cloud/lxd/lxd_container.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/cloud/lxd/lxd_container.py Added type: str for target parameter description. Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> * lxd_container.py - added example of using target parameter * lxd_container.py - fixed PEP8 issue, trailing whitespace. * Update plugins/modules/cloud/lxd/lxd_container.py Cosmetic fix, adding newline between two blocks of examples. Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2 lines
165 B
YAML
2 lines
165 B
YAML
minor_changes:
|
|
- lxd_container - added support of ``--target`` flag for cluster deployments (https://github.com/ansible-collections/community.general/issues/637).
|