openqa/dispatcher: scheduler config file in the right damn place

...d'oh, one day i'll get this right
This commit is contained in:
Adam Williamson 2016-08-11 23:43:33 -07:00
parent 53b83e5888
commit 887d4efe7b

View file

@ -100,10 +100,10 @@
- config
- name: Create fedora-openqa-schedule config directory
file: path=/etc/fedora-qa state=directory owner=root group=root mode=0755
file: path=/etc/fedora-openqa state=directory owner=root group=root mode=0755
- name: Write schedule.conf
template: src=schedule.conf.j2 dest=/etc/fedora-qa/schedule.conf owner=root group=root mode=0644
template: src=schedule.conf.j2 dest=/etc/fedora-openqa/schedule.conf owner=root group=root mode=0644
tags:
- config