From cb3f807f5eab15519f70c02b516cb8852e1396ee Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 8 Apr 2024 14:14:21 +0200 Subject: [PATCH] add EL9 support to libvirt role --- roles/libvirt/vars/el9.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 roles/libvirt/vars/el9.yml diff --git a/roles/libvirt/vars/el9.yml b/roles/libvirt/vars/el9.yml new file mode 100644 index 000000000..50e279769 --- /dev/null +++ b/roles/libvirt/vars/el9.yml @@ -0,0 +1,4 @@ +--- +libvirt_python_deps: + - python3-libvirt + - python3-lxml