forked from ISTI-ansible-roles/ansible-roles
Fix the downloads dir creation. The ownership must be assigned to the gcube user.
This commit is contained in:
parent
6839589455
commit
603cc237be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue