Skip to content

Commit

Permalink
fix: missing podman pkg for SNC profile on AWS RHEL. Fix #304.
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo <ariobolo@redhat.com>
  • Loading branch information
adrianriobo committed Oct 9, 2024
1 parent a227f94 commit fee23c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/aws/action/rhel/cloud-config-snc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rh_subscription:
runcmd:
- while fuser /var/lib/rpm/.rpm.lock > /dev/null 2>&1 ; do sleep 1 ; done
- dnf clean all
- dnf --best install -y qemu-kvm libvirt virt-install virt-viewer jq git curl openssl
- dnf --best install -y qemu-kvm libvirt virt-install virt-viewer jq git curl openssl podman
# Debug libvirt
#- echo 'log_filters="1:libvirt 1:util 1:qemu"' | tee -a /etc/libvirt/libvirtd.conf
#- echo 'log_outputs="1:file:/var/log/libvirt/libvirtd.log"' | tee -a /etc/libvirt/libvirtd.conf
Expand Down

0 comments on commit fee23c0

Please sign in to comment.