Adjust some tahrir permissions.
This commit is contained in:
parent
df53e2e577
commit
3aa0648fc2
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue