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

3 lines
160 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
file: path="{{ ansistrano_deploy_to }}" state=directory mode="u=rwx,g=rwx,o=rx"