mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add k8s_auth and kubevirt_vm to the k8s group (#52320)
This commit is contained in:
parent
04a2a22c0f
commit
03c4cd757c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
minor_changes:
|
||||
- A k8s module defaults group has now been added to reduce the amount of parameters required for multiple k8s tasks.
|
||||
This group contains all non-deprecated kubernetes modules - `k8s`, `k8s_facts`, `k8s_scale` and `k8s_service`.
|
||||
This group contains all non-deprecated kubernetes modules - `k8s`, `k8s_auth`, `k8s_facts`, `k8s_scale` and
|
||||
`k8s_service` as well as the CRD-handling `kubevirt_*` modules.
|
||||
|
|
|
@ -596,9 +596,13 @@ groupings:
|
|||
- azure
|
||||
k8s:
|
||||
- k8s
|
||||
k8s_auth:
|
||||
- k8s
|
||||
k8s_facts:
|
||||
- k8s
|
||||
k8s_service:
|
||||
- k8s
|
||||
k8s_scale:
|
||||
- k8s
|
||||
kubevirt_vm:
|
||||
- k8s
|
||||
|
|
Loading…
Reference in a new issue