library/roles/smartgears/smart_executor/tasks/main.yml: Run the tasks as gcube user.

This commit is contained in:
Andrea Dell'Amico 2016-07-15 19:25:49 +02:00
parent cd67222e4e
commit e201856f79
1 changed files with 3 additions and 1 deletions

View File

@ -18,5 +18,7 @@
unarchive: copy=no src={{ smartgears_user_home }}/{{ smart_executor_file }} dest={{ smartgears_instance_path }}/webapps/{{ smart_executor_name }} creates={{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib
when: smart_executor_install
notify: Restart smartgears
become: True
become_user: '{{ d4science_user }}'
tags: [ 'smartgears', 'smart_executor', 'tomcat' ]