Switch this to use dnf instead of command.

This commit is contained in:
Kevin Fenzi 2018-05-13 04:08:57 +00:00
parent 98e4389cd8
commit 8f00a09b9b

View file

@ -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 }}