Add dependency on role "prepare-dnf5"
This commit is contained in:
parent
b1e009140e
commit
fe5dd6a679
|
@ -7,6 +7,7 @@ Requirements
|
|||
------------
|
||||
|
||||
- Role "epel" for RedHat-like systems
|
||||
- Role "prepare-dnf5" for RedHat-like system with DNF version 5
|
||||
|
||||
Role Variables
|
||||
--------------
|
||||
|
@ -56,4 +57,3 @@ Author Information
|
|||
|
||||
Sven Velt - <sven-ansiblerole@velt.biz>
|
||||
https://git.velt.biz/velt.biz/
|
||||
|
||||
|
|
|
@ -3,3 +3,5 @@ dependencies:
|
|||
- role: epel
|
||||
when: ansible_os_family == "RedHat" and ansible_distribution != "Fedora"
|
||||
|
||||
- role: prepare-dnf5
|
||||
when: ansible_pkg_mgr == "dnf5"
|
||||
|
|
Loading…
Reference in a new issue