ansible/apps/backoffice/tasks/after-setup.yml

7 lines
312 B
YAML
Raw Normal View History

2016-02-04 13:18:52 +00:00
- name: Authorize deploy user to write in "ansistrano_deploy_to"
become: yes
2016-02-16 17:50:15 +01:00
file: path="{{ ansistrano_deploy_to }}" state=directory mode="u=rwx,g=rwx,o=rx" owner=www-data group=www-data
2016-02-11 16:21:40 +01:00
- name: Delete .shared-copy
become: yes
file: path="{{ ansistrano_shared_path.stdout }}/.shared-copy" state=absent