Add dnf support

This patch adds dnf support on CentOS.

Implements: blueprint centos-and-dnf
Depends-On: Ie583562b3c671389297ed5b0d5627f1b72ca286e
Change-Id: I184515b10a84a45cf72f6bd0988e3f6babd9072f
This commit is contained in:
Major Hayden 2017-08-02 11:23:19 -05:00
parent 11df27e1f3
commit b93cd42211
2 changed files with 3 additions and 2 deletions

1
tasks/lxc_install_dnf.yml Symbolic link
View File

@ -0,0 +1 @@
lxc_install_yum.yml

View File

@ -50,8 +50,8 @@
retries: 5
delay: 2
- name: Install yum packages
yum:
- name: Install distro packages
package:
pkg: "{{ lxc_hosts_distro_packages }}"
state: "{{ lxc_hosts_package_state }}"
register: install_packages