1.0.30 #17

Merged
chris merged 3 commits from testing into main 2024-03-03 19:55:22 -05:00
Showing only changes of commit 277b96c064 - Show all commits

View File

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