Make sure that yum is present on redhat family systems (makes things also work on fedora systems where dnf is the default)

This commit is contained in:
Toshio Kuratomi 2015-12-19 10:10:38 -08:00
parent df08ba37fe
commit bef2b70eae

View file

@ -37,6 +37,8 @@
- python-devel
- libselinux-python
- python-virtualenv
- yum
- yum-metadata-parser
when: ansible_os_family == 'RedHat'
- name: Install Debian ansible dependencies