disable dnf makecache timer on all fedora boxes

This commit is contained in:
Kevin Fenzi 2017-12-07 20:51:19 +00:00
parent 75f1af5005
commit 236302efb4

View file

@ -61,4 +61,7 @@
command: systemctl start dnf-automatic-install.timer
when: automaticative|failed and ansible_distribution_major_version|int >= 26
- name: disable silly makecache timer
systemd: name=dnf-makecache masked=yes
when: ansible_pkg_mgr == 'dnf'