mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
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>
This commit is contained in:
parent
9b493d53a9
commit
f4dd4d5ace
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