2016-02-11 11:29:25 +01:00
|
|
|
- name: Authorize deploy user to write in "ansistrano_deploy_to"
|
|
|
|
become: yes
|
2016-02-11 14:13:58 +01:00
|
|
|
file: path="{{ ansistrano_deploy_to }}" state=directory mode="u=rwx,g=rwx,o=rx"
|
|
|
|
|
|
|
|
- name: Authorize deploy user to write in "ansistrano_shared_path.stdout"
|
|
|
|
become: yes
|
2016-02-11 15:19:59 +01:00
|
|
|
file: path="{{ ansistrano_shared_path.stdout }}/.shared-copy" state=directory owner=deploy mode="u=rwx,g=rwx,o=rx"
|