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