Don't break tests on systems without py2
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
217e04a860
commit
26c80918da
@ -10,7 +10,7 @@
|
|||||||
- classic
|
- classic
|
||||||
tasks:
|
tasks:
|
||||||
- name: Make sure fedpkg and selinux bindings are installed
|
- 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
|
- name: Copy spec file to remote machine
|
||||||
copy:
|
copy:
|
||||||
src: "{{ playbook_dir }}/../libmodulemd.spec"
|
src: "{{ playbook_dir }}/../libmodulemd.spec"
|
||||||
|
Loading…
Reference in New Issue
Block a user