Ensure some directories exist.

This commit is contained in:
Ralph Bean 2014-06-24 15:20:26 +00:00
parent ab06396de6
commit 23e34f9c0f

View file

@ -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: >