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:
|
||||
- restart moksha-hub
|
||||
|
||||
- name: Make sure this directory exists.
|
||||
- name: Make sure a few directories exist.
|
||||
file:
|
||||
dest=/etc/moksha/
|
||||
dest="{{ item }}"
|
||||
owner=fedmsg
|
||||
group=fedmsg
|
||||
mode=0755
|
||||
mode=0640
|
||||
state=directory
|
||||
with_items:
|
||||
- /etc/moksha/
|
||||
- /usr/share/fedmsg/
|
||||
|
||||
- name: Copy the configuration for bugzilla2fedmsg over
|
||||
template: >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue