1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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 6127a8585e
commit c63ae99485

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