ansible/apps/extranet/tasks/after-setup.yml
Michael RICOIS 677871b225 Extranet
2016-02-11 21:49:00 +01:00

7 lines
282 B
YAML

- 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"
- name: Delete .shared-copy
become: yes
file: path="{{ ansistrano_shared_path.stdout }}/.shared-copy" state=absent