forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/smart_executor/tasks/main.yml: Run the tasks as gcube user.
This commit is contained in:
parent
cd67222e4e
commit
e201856f79
|
@ -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' ]
|
||||
|
|
Loading…
Reference in New Issue