From 040a47fbd6185ca9ecc9f2017fef958a6a9968fa Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Thu, 23 Jul 2015 19:01:48 +0000 Subject: [PATCH] bodhi2: copy over the mash configs --- roles/bodhi2/backend/tasks/main.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 45f8d177b1..6dcc85fb54 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -232,3 +232,24 @@ - name: make a mnt/koji link file: state=link src=/mnt/fedora_koji dest=/mnt/koji + +- name: copy over the mash configs + copy: > + src="{{ item }}.mash" + dest="/etc/bodhi/{{ item }}.mash" + owner=root + group=root + mode=0644 + with_items: + - f23-updates + - f23-updates-testing + - f22-updates + - f22-updates-testing + - f21-updates + - f21-updates-testing + - epel7 + - epel7-testing + - el6-epel + - el6-epel-testing + tags: + - config