library/roles/d4s_user_services_perms/tasks/d4s-service-node.yml: Use the correct variable for the user home.

This commit is contained in:
Andrea Dell'Amico 2018-12-10 15:46:41 +01:00
parent 73648cf4c1
commit 5232212ecb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
- 'README'
- name: Install the script that allows the d4science user to start and stop the service without using the full path
template: src={{ item }}.j2 dest=/home/{{ d4science_user }}/{{ item }} owner={{ d4science_user }} group={{ d4science_user }} mode=0755
template: src={{ item }}.j2 dest=/{{ d4science_user_home }}/{{ item }} owner={{ d4science_user }} group={{ d4science_user }} mode=0755
with_items: '{{ d4science_user_service_scripts }}'
- name: Install the sudoers config that permits the tomcat user to restart the service