k8s apply - fix list merge for array attribute with empty dict (#131)

Fix k8s apply
This commit is contained in:
abikouo
2021-06-15 10:41:55 +02:00
committed by GitHub
parent b7345696cc
commit 58dba6bf22
3 changed files with 65 additions and 34 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- Fix apply for k8s module when an array attribute from definition contains empty dict (https://github.com/ansible-collections/kubernetes.core/issues/113).