mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
Revert "copr-backend: install python3-novaclient in 3.3. version from Koji"
That version of python3-novaclient depends on python3.5 which is not available
on f27.
This reverts commit d19485a9e8.
This commit is contained in:
@@ -27,9 +27,6 @@
|
||||
- name: install python2-novaclient version that actually works with the current OpenStack deployment
|
||||
command: dnf install -y https://kojipkgs.fedoraproject.org/packages/python-novaclient/3.3.1/3.fc25/noarch/python2-novaclient-3.3.1-3.fc25.noarch.rpm
|
||||
|
||||
- name: install also python3-novaclient because backend is now on python3
|
||||
command: dnf install -y https://kojipkgs.fedoraproject.org/packages/python-novaclient/3.3.1/3.fc25/noarch/python3-novaclient-3.3.1-3.fc25.noarch.rpm
|
||||
|
||||
- name: make copr dirs
|
||||
file: state=directory path={{ item }}
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user