Ensure some directories exist.
This commit is contained in:
parent
ab06396de6
commit
23e34f9c0f
1 changed files with 6 additions and 3 deletions
|
@ -17,13 +17,16 @@
|
||||||
notify:
|
notify:
|
||||||
- restart moksha-hub
|
- restart moksha-hub
|
||||||
|
|
||||||
- name: Make sure this directory exists.
|
- name: Make sure a few directories exist.
|
||||||
file:
|
file:
|
||||||
dest=/etc/moksha/
|
dest="{{ item }}"
|
||||||
owner=fedmsg
|
owner=fedmsg
|
||||||
group=fedmsg
|
group=fedmsg
|
||||||
mode=0755
|
mode=0640
|
||||||
state=directory
|
state=directory
|
||||||
|
with_items:
|
||||||
|
- /etc/moksha/
|
||||||
|
- /usr/share/fedmsg/
|
||||||
|
|
||||||
- name: Copy the configuration for bugzilla2fedmsg over
|
- name: Copy the configuration for bugzilla2fedmsg over
|
||||||
template: >
|
template: >
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue