ODEA : Chemin des dossiers
This commit is contained in:
parent
14f9c60cca
commit
356e629450
@ -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
|
||||||
|
@ -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' }
|
||||||
|
Loading…
Reference in New Issue
Block a user