ansible/apps/webservice/tasks/after-setup.yml
Michael RICOIS 3d22e21288 WebService
2016-02-11 11:29:25 +01:00

3 lines
160 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"