mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00: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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user