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

* 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
This commit is contained in:
Bikouo Aubin
2025-04-01 11:15:30 +02:00
committed by GitHub
parent 0e7229cf8d
commit 2cb5d6c316
16 changed files with 103 additions and 249 deletions

View File

@@ -421,7 +421,7 @@
- name: Assert that taints have been removed
assert:
that:
- _result.resources | selectattr('spec.taints', 'undefined')
- _result.resources | selectattr('spec.taints', 'undefined') | list | length > 0
always: