From 2d0c51ee95f19618ff0711060711019eab6d4468 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 20 Nov 2014 15:21:39 +0000 Subject: [PATCH] Drop /usr/share/fedmsg.. --- roles/hotness/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/hotness/tasks/main.yml b/roles/hotness/tasks/main.yml index 5134f720f3..7be200f2f6 100644 --- a/roles/hotness/tasks/main.yml +++ b/roles/hotness/tasks/main.yml @@ -57,7 +57,7 @@ - config - hotness -- name: Create /usr/share/fedmsg (for bugzilla cookies...) - file: dest=/usr/share/fedmsg owner=fedmsg group=fedmsg mode=0750 state=directory +- name: Drop old /usr/share/fedmsg (once used for bugzilla cookies...) + file: dest=/usr/share/fedmsg state=absent tags: - hotness