openqa/dispatcher: scheduler config file in the right damn place
...d'oh, one day i'll get this right
This commit is contained in:
parent
53b83e5888
commit
887d4efe7b
1 changed files with 2 additions and 2 deletions
|
@ -100,10 +100,10 @@
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: Create fedora-openqa-schedule config directory
|
- 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
|
- 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:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue