ansible/roles/dnf-automatic/tasks
Pavel Raiskup cc79e327dc dnf-automatic: disable the makecache timer, not the service
Service can be unmasked, as long as nobody triggers it.  If we do it the
other way arount, we see this every-time we log-in on F33+:

    Last login: Fri Nov 13 09:15:56 2020 from 193.165.237.101
    [systemd]
    Failed Units: 1
      dnf-makecache.timer

Which is:

    systemctl status dnf-makecache.timer
    ...
    ...: dnf-makecache.timer: Failed to queue unit startup job: Unit dnf-makecache.service is masked.
    ...: dnf-makecache.timer: Failed with result 'resources'.
2020-11-16 16:02:20 +01:00
..
main.yml dnf-automatic: disable the makecache timer, not the service 2020-11-16 16:02:20 +01:00