forked from ISTI-ansible-roles/ansible-roles
library/roles/d4s_user_services_perms/tasks/d4s-service-node.yml: Use the correct variable for the user home.
This commit is contained in:
parent
73648cf4c1
commit
5232212ecb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue