bodhi2: Remove duplicate *.mash task
This commit is contained in:
parent
040a47fbd6
commit
fc1cc7043c
1 changed files with 2 additions and 23 deletions
|
@ -88,12 +88,12 @@
|
|||
owner=masher
|
||||
mode=0640
|
||||
with_items:
|
||||
- f20-updates.mash
|
||||
- f20-updates-testing.mash
|
||||
- f21-updates.mash
|
||||
- f21-updates-testing.mash
|
||||
- f22-updates.mash
|
||||
- f22-updates-testing.mash
|
||||
- f23-updates.mash
|
||||
- f23-updates-testing.mash
|
||||
- el6-epel.mash
|
||||
- el6-epel-testing.mash
|
||||
- epel7.mash
|
||||
|
@ -232,24 +232,3 @@
|
|||
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue