Do not install Python 2 packages in Fedora STI tests
Related: RHEL-45188
This commit is contained in:
parent
aa91852f79
commit
18d175fc3c
@ -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 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
|
- name: Copy a spec file to /tmp
|
||||||
copy:
|
copy:
|
||||||
src: "{{ playbook_dir }}/../libmodulemd.spec"
|
src: "{{ playbook_dir }}/../libmodulemd.spec"
|
||||||
|
Loading…
Reference in New Issue
Block a user