From 095ce5a2c0351874797b7457d7ad4ab34f9fbb95 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 6 Jun 2018 23:08:40 +0000 Subject: [PATCH] also need to actually specifiy tags --- roles/pagure/frontend/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/pagure/frontend/tasks/main.yml b/roles/pagure/frontend/tasks/main.yml index 9934a174b6..0412771f0c 100644 --- a/roles/pagure/frontend/tasks/main.yml +++ b/roles/pagure/frontend/tasks/main.yml @@ -419,3 +419,5 @@ - name: override the default syslog logrotate file copy: src=syslog-logrotate dest=/etc/logrotate.d/syslog tags: + - pagure + - logrotate