Extranet : création des repertoires temporaires

This commit is contained in:
Michael RICOIS 2017-03-07 15:00:58 +01:00
parent 915b948b5b
commit a2f76e15e4

View File

@ -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' }