Skip to content

Commit 317e58e

Browse files
committed
DLPX-89763 DLPX-86523 delphix-platform changes
PR URL: https://www.github.com/delphix/delphix-platform/pull/477
1 parent dc39541 commit 317e58e

File tree

1 file changed

+3
-3
lines changed
  • files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks

1 file changed

+3
-3
lines changed

files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# it below; otherwise that task will fail.
2323
#
2424
- file:
25-
path: /export/home
25+
path: /home
2626
state: directory
2727
mode: 0755
2828

@@ -35,7 +35,7 @@
3535
shell: /bin/bash
3636
create_home: yes
3737
comment: Delphix User
38-
home: /export/home/delphix
38+
home: /home/delphix
3939

4040
#
4141
# In order for this locale to be used (e.g. by virtualization) we need
@@ -675,7 +675,7 @@
675675
676676
- name: Source bash completion
677677
blockinfile:
678-
dest: "/export/home/delphix/.bashrc"
678+
dest: "/home/delphix/.bashrc"
679679
block: |
680680
. /etc/bash_completion.d/systemctl
681681
. /etc/bash_completion.d/zfs

0 commit comments

Comments
 (0)