Backoffice : Check 1
This commit is contained in:
parent
4c99a49f63
commit
9bc998b5cb
@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: Deploy WebService
|
||||
- name: Deploy Backoffice
|
||||
hosts: all
|
||||
remote_user: deploy
|
||||
become: no
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user