ODEA : Chemin des dossiers

This commit is contained in:
Michael RICOIS 2016-07-28 17:01:59 +02:00
parent 14f9c60cca
commit 356e629450
2 changed files with 1 additions and 5 deletions

View File

@ -7,10 +7,6 @@
# Specific # Specific
project: odea project: odea
project_tree: master project_tree: master
<<<<<<< HEAD
# Always add a trailing / if you want rsync the content of the directory
=======
>>>>>>> branch 'master' of ssh://git@192.168.78.249:10022/SCORES/ansible.git
ansistrano_deploy_to: "/home/vhosts/{{ project }}" ansistrano_deploy_to: "/home/vhosts/{{ project }}"
ansistrano_version_dir: releases ansistrano_version_dir: releases
ansistrano_current_dir: current ansistrano_current_dir: current

View File

@ -1,7 +1,7 @@
--- ---
- name: ODEA | Create Temp Directories - name: ODEA | Create Temp Directories
become: yes become: yes
file: path="{{ ansistrano_release_path.stdout }}/{{ item.src }}" state=directory owner=www-data group=www-data file: path="{{ ansistrano_release_path.stdout }}/data/{{ item.src }}" state=directory owner=www-data group=www-data
with_items: with_items:
- { src: 'data' } - { src: 'data' }
- { src: 'cache' } - { src: 'cache' }