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

@ -19,4 +19,6 @@
when: smart_executor_install
notify: Restart smartgears
become: True
become_user: '{{ d4science_user }}'
tags: [ 'smartgears', 'smart_executor', 'tomcat' ]