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
|
- python-devel
|
||||||
- libselinux-python
|
- libselinux-python
|
||||||
- python-virtualenv
|
- python-virtualenv
|
||||||
|
- yum
|
||||||
|
- yum-metadata-parser
|
||||||
when: ansible_os_family == 'RedHat'
|
when: ansible_os_family == 'RedHat'
|
||||||
|
|
||||||
- name: Install Debian ansible dependencies
|
- name: Install Debian ansible dependencies
|
||||||
|
|
Loading…
Add table
Reference in a new issue