diff --git a/playbooks/packstack-fedora-pre.yaml b/playbooks/packstack-fedora-pre.yaml index 46386f049..ccca0e48e 100644 --- a/playbooks/packstack-fedora-pre.yaml +++ b/playbooks/packstack-fedora-pre.yaml @@ -20,7 +20,7 @@ dnf clean all sudo sed -i '/^exclude.*/d' /etc/dnf/dnf.conf dnf -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - dnf -y install gcc gettext diffstat doxygen patch patchutils subversion systemtap git python-setuptools wget redhat-lsb-core libselinux-python yum-plugin-priorities dnf-yum + dnf -y install gcc gettext diffstat doxygen patch patchutils subversion systemtap git python-setuptools wget redhat-lsb-core libselinux-python yum-plugin-priorities dnf-yum virt-what pip uninstall requests -y || true executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace'