Run integration tests using ansible-core 2.19 (#888) (#924)

* fix integration test ``k8s_full`` running with ansible-core 2.19

* Fix templating issues

* fix test on current ansible version

* fix tests cases

* Fix additional tests

* fix the templating mechanism

* consider using variable_[start/end]_string while parsing template

* Remove support for omit into template option

* Remove unnecessary unit tests

(cherry picked from commit 2cb5d6c316)
This commit is contained in:
Bikouo Aubin
2025-05-02 17:16:51 +02:00
committed by GitHub
parent 07e8a76f2d
commit fe4858d556
16 changed files with 103 additions and 249 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- action/k8s_info - update templating mechanism with changes from ``ansible-core 2.19`` (https://github.com/ansible-collections/kubernetes.core/pull/888).