3 lines
167 B
YAML
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
|