From e5ef8035e943571155a8b5c73ae2d64cd6ef7b8f Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 20 Nov 2014 01:34:49 +0000 Subject: [PATCH] Create /usr/share/fedmsg (for bugzilla cookies...) --- roles/hotness/tasks/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/roles/hotness/tasks/main.yml b/roles/hotness/tasks/main.yml index 7b185a3dc3..157fffaa20 100644 --- a/roles/hotness/tasks/main.yml +++ b/roles/hotness/tasks/main.yml @@ -6,8 +6,8 @@ with_items: - the-new-hotness - python-psycopg2 - - koji - python-sh + - koji tags: - packages - hotness @@ -48,3 +48,8 @@ tags: - config - hotness + +- name: Create /usr/share/fedmsg (for bugzilla cookies...) + file: dest=/usr/share/fedmsg owner=fedmsg group=fedmsg mode=0750 state=directory + tags: + - hotness