Backoffice : Check 1

This commit is contained in:
Michael RICOIS 2016-02-16 17:50:15 +01:00
parent 4c99a49f63
commit 9bc998b5cb
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
- name: Deploy WebService
- name: Deploy Backoffice
hosts: all
remote_user: deploy
become: no

View File

@ -1,6 +1,6 @@
- name: Authorize deploy user to write in "ansistrano_deploy_to"
become: yes
file: path="{{ ansistrano_deploy_to }}" state=directory mode="u=rwx,g=rwx,o=rx"
file: path="{{ ansistrano_deploy_to }}" state=directory mode="u=rwx,g=rwx,o=rx" owner=www-data group=www-data
- name: Delete .shared-copy
become: yes