From 26c80918da8ea8ae0b1014bc04e956d6e8d21c91 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 14 Feb 2020 12:40:11 -0500 Subject: [PATCH] Don't break tests on systems without py2 Signed-off-by: Stephen Gallagher --- tests/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"