From 4f4837009440d4db0fac4b04482316eec99b99e2 Mon Sep 17 00:00:00 2001 From: Martin Kutlak Date: Tue, 9 Apr 2019 16:07:54 +0200 Subject: [PATCH] retrace: Correct the action for attaching centos bugs The action should attach existing mantis bugs to reports. Signed-off-by: Martin Kutlak --- roles/abrt/faf-local-post/tasks/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/abrt/faf-local-post/tasks/cron.yml b/roles/abrt/faf-local-post/tasks/cron.yml index ac5a97dd38..13597244f6 100644 --- a/roles/abrt/faf-local-post/tasks/cron.yml +++ b/roles/abrt/faf-local-post/tasks/cron.yml @@ -107,7 +107,7 @@ cron: name: "cron for attach BZ bugs centos" user: faf - job: "faf update-bugs -db centos-mantisbt >> /var/log/faf/update-bugs-centos.log 2>&1" + job: "faf attach-centos-bugs >> /var/log/faf/attach-centos-bugs.log 2>&1" special_time: daily state: present when: not devel