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:
parent
6127a8585e
commit
c63ae99485
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
|||
- python-devel
|
||||
- libselinux-python
|
||||
- python-virtualenv
|
||||
- yum
|
||||
- yum-metadata-parser
|
||||
when: ansible_os_family == 'RedHat'
|
||||
|
||||
- name: Install Debian ansible dependencies
|
||||
|
|
Loading…
Reference in a new issue