Exception for dnf based hosts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Chris Hammer 2024-03-03 19:54:21 -05:00
parent 2dd3b234f5
commit 277b96c064

View File

@ -4,6 +4,8 @@
src: templates/dnf_conf.j2
dest: "{{ dnf_conf_file }}"
mode: "0644"
when:
- "'dnf' in ansible_pkg_mgr"
...