cleanup(kubevirt_vm): Drop dependency on Jinja2

Drop the dependency on Jinja2 in the kubevirt_vm module by using dicts
to construct a VM instead of rendering jinja templates internally.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-07-03 14:40:50 +02:00
parent 665981c23b
commit c096f069e3
5 changed files with 84 additions and 134 deletions

View File

@@ -55,7 +55,6 @@ ansible-galaxy collection install -r requirements.yml
#### Python libraries
- jinja2
- jsonpatch
- kubernetes>=28.1.0
- PyYAML>=3.11