2016-02-05 15:30:37 +01:00
|
|
|
- name: Authorize deploy user to write in "ansistrano_deploy_to"
|
|
|
|
become: yes
|
2016-02-18 10:58:42 +01:00
|
|
|
file: path="{{ ansistrano_deploy_to }}" state=directory recurse=yes mode="u=rwx,g=rwx,o=rx" owner=www-data group=www-data
|
|
|
|
|
|
|
|
- name: Delete .shared-copy
|
|
|
|
become: yes
|
|
|
|
file: path="{{ ansistrano_shared_path.stdout }}/.shared-copy" state=absent
|