Commit f3c4e9c
committed
guestfs: bringup: install ansible libvirt module dependency
Ensure python3-libvirt Ansible module dependency is installed in the
controller host.
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 f3c4e9c
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