Switch this to use dnf instead of command.
This commit is contained in:
parent
98e4389cd8
commit
8f00a09b9b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
- php-cli
|
- php-cli
|
||||||
|
|
||||||
- name: install python2-novaclient version that actually works with the current OpenStack deployment
|
- 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
|
- name: make copr dirs
|
||||||
file: state=directory path={{ item }}
|
file: state=directory path={{ item }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue