Fedora.yml: drop logrotate.service from enabled services

The service can not be enabled at least on Fedora 30, only the
corresponding timer.  This caused always "changed" task, which always
seemed like a non-idempotent playbook run.
This commit is contained in:
Pavel Raiskup 2020-02-21 22:34:17 +01:00 committed by Pierre-Yves Chibon
parent e577ed7526
commit 4acf4e78e0

View file

@ -3,5 +3,5 @@ dist_tag: f{{ ansible_distribution_version }}
base_pkgs_inst: ['iptables-services' ]
base_pkgs_erase: ['firewalld', 'sendmail', 'at', 'pam_sss']
service_disabled: [ ]
service_enabled: ['auditd','logrotate','logrotate.timer']
service_enabled: ['auditd','logrotate.timer']
is_fedora: True