Fix the downloads dir creation. The ownership must be assigned to the gcube user.

This commit is contained in:
Andrea Dell'Amico 2017-09-14 17:41:52 +02:00
parent 6839589455
commit 603cc237be
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
- name: Create a directory where to store all the smartgears related downloads to avoid cluttering the home directory
file: dest={{ smartgears_downloads_dir }} state=directory
file: dest={{ smartgears_downloads_dir }} state=directory owner={{ smartgears_user }} group={{ smartgears_user }}
tags: [ 'smartgears', 'tomcat', 'smartgears_download_dir', 'smartgears_downloads_dir' ]
- name: Remove the smartgears distribution archive to force un upgrade