35 lines
395 B
Markdown
35 lines
395 B
Markdown
|
# prepare-dnf5
|
||
|
|
||
|
Prepare system for ansible's dnf5 module
|
||
|
|
||
|
# Requirements
|
||
|
|
||
|
- none
|
||
|
|
||
|
# Role Variables
|
||
|
|
||
|
- none
|
||
|
|
||
|
# Dependencies
|
||
|
|
||
|
- none
|
||
|
|
||
|
# Example Playbook
|
||
|
|
||
|
- hosts: all
|
||
|
roles:
|
||
|
- role: prepare-dnf5
|
||
|
when: ansible_pkg_mgr == "dnf5"
|
||
|
|
||
|
License
|
||
|
-------
|
||
|
|
||
|
AGPL3.0-or-later
|
||
|
|
||
|
Author Information
|
||
|
------------------
|
||
|
|
||
|
- Sven Velt <sven-ansiblerole@velt.biz>
|
||
|
- https://git.velt.biz/
|
||
|
|