work around systemd/ansible bug for f29 and rawhide test machines

This commit is contained in:
Kevin Fenzi 2018-09-11 18:13:41 +00:00
parent a2c357ce96
commit b925b48901

View file

@ -63,5 +63,6 @@
- name: disable silly makecache timer
systemd: name=dnf-makecache masked=yes
ignore_errors: true
when: ansible_pkg_mgr == 'dnf'