Extranet : création des repertoires temporaires
This commit is contained in:
parent
915b948b5b
commit
a2f76e15e4
@ -17,7 +17,7 @@
|
||||
|
||||
- name: EXTRANET | Project shared directories
|
||||
become: yes
|
||||
file: path="{{ansistrano_shared_path}}/{{item.src}}" state=directory owner=www-data group=www-data
|
||||
file: path="{{ansistrano_shared_path}}/{{item.src}}" state=directory recurse=yes owner=www-data group=www-data
|
||||
with_items:
|
||||
- { src: 'log' }
|
||||
- { src: 'cache' }
|
||||
|
Loading…
Reference in New Issue
Block a user