We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playbook 3_setup_kvm_host is getting failed on LPAR os version rhel9 or above at the stage of package installation.
TASK [install_packages : Installing required packages for Linux machines.] ******************************************** ok: [m42lp53.lnxero1.boe] => (item=libguestfs) ok: [m42lp53.lnxero1.boe] => (item=libvirt-client) ok: [m42lp53.lnxero1.boe] => (item=libvirt-daemon-config-network) ok: [m42lp53.lnxero1.boe] => (item=libvirt-daemon-kvm) ok: [m42lp53.lnxero1.boe] => (item=cockpit-machines) failed: [m42lp53.lnxero1.boe] (item=libvirt-devel) => {"ansible_loop_var": "item", "changed": false, "failures": ["No package libvirt-devel available."], "item": "libvirt-devel", "msg": "Failed to install some of the specified packages", "rc": 1, "results": []} ok: [m42lp53.lnxero1.boe] => (item=virt-top) ok: [m42lp53.lnxero1.boe] => (item=qemu-kvm) ok: [m42lp53.lnxero1.boe] => (item=python3-lxml) ok: [m42lp53.lnxero1.boe] => (item=cockpit) ok: [m42lp53.lnxero1.boe] => (item=lvm2) changed: [m42lp53.lnxero1.boe] => (item=httpd)
PLAY RECAP ************************************************************************************************************ 127.0.0.1 : ok=34 changed=12 unreachable=0 failed=0 skipped=44 rescued=0 ignored=0 m42lp53.lnxero1.boe : ok=3 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
The text was updated successfully, but these errors were encountered:
isumitsolanki
No branches or pull requests
Playbook 3_setup_kvm_host is getting failed on LPAR os version rhel9 or above at the stage of package installation.
TASK [install_packages : Installing required packages for Linux machines.] ********************************************
ok: [m42lp53.lnxero1.boe] => (item=libguestfs)
ok: [m42lp53.lnxero1.boe] => (item=libvirt-client)
ok: [m42lp53.lnxero1.boe] => (item=libvirt-daemon-config-network)
ok: [m42lp53.lnxero1.boe] => (item=libvirt-daemon-kvm)
ok: [m42lp53.lnxero1.boe] => (item=cockpit-machines)
failed: [m42lp53.lnxero1.boe] (item=libvirt-devel) => {"ansible_loop_var": "item", "changed": false, "failures": ["No package libvirt-devel available."], "item": "libvirt-devel", "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}
ok: [m42lp53.lnxero1.boe] => (item=virt-top)
ok: [m42lp53.lnxero1.boe] => (item=qemu-kvm)
ok: [m42lp53.lnxero1.boe] => (item=python3-lxml)
ok: [m42lp53.lnxero1.boe] => (item=cockpit)
ok: [m42lp53.lnxero1.boe] => (item=lvm2)
changed: [m42lp53.lnxero1.boe] => (item=httpd)
PLAY RECAP ************************************************************************************************************
127.0.0.1 : ok=34 changed=12 unreachable=0 failed=0 skipped=44 rescued=0 ignored=0
m42lp53.lnxero1.boe : ok=3 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
The text was updated successfully, but these errors were encountered: