Exception for dnf based hosts
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2dd3b234f5
commit
277b96c064
@ -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"
|
||||||
|
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user