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

3 lines
167 B
YAML
Raw Normal View History

2016-02-04 13:18:52 +00:00
- name: Set www-data owner of "ansistrano_deploy_to"
become: yes
file: path="{{ ansistrano_deploy_to }}" state=directory recurse=yes owner=www-data group=www-data