mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +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
|
||||
- libselinux-python
|
||||
- python-virtualenv
|
||||
- yum
|
||||
- yum-metadata-parser
|
||||
when: ansible_os_family == 'RedHat'
|
||||
|
||||
- name: Install Debian ansible dependencies
|
||||
|
||||
Reference in New Issue
Block a user