diff --git a/tests/tests.yml b/tests/tests.yml index d711be0..e9da1a6 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 python{2,3}-libselinux libmodulemd-devel --skip-broken + shell: dnf -y install fedpkg python3-libselinux libmodulemd-devel --skip-broken - name: Copy a spec file to /tmp copy: src: "{{ playbook_dir }}/../libmodulemd.spec"