diff --git a/fedora/tests.yml b/fedora/tests.yml index 7a4f044f..39190011 100644 --- a/fedora/tests.yml +++ b/fedora/tests.yml @@ -10,7 +10,7 @@ - classic tasks: - name: Make sure fedpkg and selinux bindings are installed - shell: dnf -y install --skip-broken fedpkg python{2,3}-libselinux libmodulemd-devel + shell: dnf -y install --skip-broken fedpkg python3-libselinux libmodulemd-devel - name: Copy spec file to remote machine copy: src: "{{ playbook_dir }}/../libmodulemd.spec"