From 205c1cdbdb234b6f82a4add971921aecc2bae197 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 24 Feb 2015 17:34:56 +0100 Subject: [PATCH] HOTFIX':' isn't valid yaml --- roles/fas_server/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fas_server/tasks/main.yml b/roles/fas_server/tasks/main.yml index 6757e56283..b6ec960a67 100644 --- a/roles/fas_server/tasks/main.yml +++ b/roles/fas_server/tasks/main.yml @@ -289,7 +289,7 @@ - config -- name: HOTFIX: fix the export-bugzilla cron to not store bugzilla token +- name: HOTFIX fix the export-bugzilla cron to not store bugzilla token copy: > src="export-bugzilla" dest="/usr/sbin/export-bugzilla"