copr: just start the logrotate

do not enable it, systemd does not like it.
we added Wants= to copr units, so this is redundant now
This commit is contained in:
Miroslav Suchý 2019-08-27 16:50:10 +02:00 committed by Pierre-Yves Chibon
parent f7599bda5b
commit 7662f6b6cb

View file

@ -83,4 +83,4 @@
- config
- name: enable and run logrotate service
service: name="logrotate" enabled=yes state=started
service: name="logrotate" state=started