disable dnf makecache timer on all fedora boxes
This commit is contained in:
parent
75f1af5005
commit
236302efb4
1 changed files with 3 additions and 0 deletions
|
@ -61,4 +61,7 @@
|
||||||
command: systemctl start dnf-automatic-install.timer
|
command: systemctl start dnf-automatic-install.timer
|
||||||
when: automaticative|failed and ansible_distribution_major_version|int >= 26
|
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'
|
when: ansible_pkg_mgr == 'dnf'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue