7 lines
90 B
YAML
7 lines
90 B
YAML
|
---
|
||
|
- hosts: all
|
||
|
|
||
|
roles:
|
||
|
- role: prepare-dnf5
|
||
|
when: ansible_pkg_mgr == "dnf5"
|