mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
[PR #6203/f4dd4d5a backport][stable-6] Add append option to ipa_hostgroup module (#6391)
Add append option to ipa_hostgroup module (#6203)
* Add append option to ipa_hostgroup module
Signed-off-by: Jan Sobczak <jan.sobczak@soit.com.pl>
* Update plugins/modules/ipa_hostgroup.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/ipa_hostgroup.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Add changelog fragment
Signed-off-by: Jan Sobczak <jan.sobczak@soit.com.pl>
* Move choices argument to previous line
Signed-off-by: Jan Sobczak <jan.sobczak@soit.com.pl>
* Update plugins/modules/ipa_hostgroup.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/6203-add-append-option-to-ipa-hostgroup.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Signed-off-by: Jan Sobczak <jan.sobczak@soit.com.pl>
Co-authored-by: Jan Sobczak <jan.sobczak@soit.com.pl>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit f4dd4d5ace
)
Co-authored-by: Jan Sobczak <9196392+jansobczak@users.noreply.github.com>
This commit is contained in:
parent
b001e36fb3
commit
fd91e94279
2 changed files with 19 additions and 4 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- ipa_hostgroup - add ``append`` parameter for adding a new hosts to existing hostgroups without changing existing hostgroup members (https://github.com/ansible-collections/community.general/pull/6203).
|
Loading…
Add table
Add a link
Reference in a new issue