ansible/apps/enrichissement/tasks/after-updatecode.yml
2016-02-04 17:36:09 +01:00

3 lines
167 B
YAML

- 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