mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-15 19:02:04 +08:00
Switch this to use dnf instead of command.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
- php-cli
|
||||
|
||||
- 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
|
||||
dnf: state=present name=https://kojipkgs.fedoraproject.org/packages/python-novaclient/3.3.1/3.fc25/noarch/python2-novaclient-3.3.1-3.fc25.noarch.rpm
|
||||
|
||||
- name: make copr dirs
|
||||
file: state=directory path={{ item }}
|
||||
|
||||
Reference in New Issue
Block a user