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
|
@ -19,4 +19,6 @@
|
|||
when: smart_executor_install
|
||||
notify: Restart smartgears
|
||||
|
||||
become: True
|
||||
become_user: '{{ d4science_user }}'
|
||||
tags: [ 'smartgears', 'smart_executor', 'tomcat' ]
|
||||
|
|
Loading…
Reference in New Issue