Adjust some tahrir permissions.

This commit is contained in:
Ralph Bean 2013-06-21 15:59:01 +00:00
parent df53e2e577
commit 3aa0648fc2

View file

@ -12,7 +12,7 @@
- name: copy tahrir app configuration
template: >
src=$item dest=/etc/tahrir/$item
owner=apache group=apache mode=0600
owner=tahrir group=tahrir mode=0600
with_items:
- tahrir.ini
tags:
@ -46,7 +46,7 @@
file: >
path=/usr/share/badges/pngs
state=directory
owner=apache group=apache mode=0755
owner=root group=root mode=0755
tags:
- config
- assets
@ -55,7 +55,7 @@
copy: >
src=$item
dest=/usr/share/badges/pngs/
owner=apache group=apache mode=0644
owner=root group=root mode=0644
with_fileglob:
- /srv/web/infra/badges/pngs/*.png
tags: