Commit d6482f6
committed
guestfs: bringup: install ansible libvirt module dependency
The Ansible community libvirt module requires [1] libvirt python
bindings. Ensure python3-libvirt Ansible module dependency is installed
in Debian controller hosts.
[1]
https://docs.ansible.com/ansible/latest/collections/community/libvirt/
virt_module.html#requirements
Error:
TASK [guestfs : List defined libvirt guests]
task path: /xfs1/gh/linux-modules-kpd/_work/linux-modules-kpd/
linux-modules-kpd/kdevops/playbooks/roles/guestfs/tasks/bringup/
main.yml:2
fatal: [89efa24de456KDEVOPS15774084581-kmod]: FAILED! => {
"changed": false
}
The `libvirt` module is not importable. Check the requirements.
Fixes: 45548d2 ("guestfs: Convert scripts/bringup_guestfs.sh to
Ansible")
Signed-off-by: Daniel Gomez <da.gomez@samsung.com>1 parent 4e4b9b5 commit d6482f6
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
0 commit comments