We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc39541 commit 317e58eCopy full SHA for 317e58e
files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks/main.yml
@@ -22,7 +22,7 @@
22
# it below; otherwise that task will fail.
23
#
24
- file:
25
- path: /export/home
+ path: /home
26
state: directory
27
mode: 0755
28
@@ -35,7 +35,7 @@
35
shell: /bin/bash
36
create_home: yes
37
comment: Delphix User
38
- home: /export/home/delphix
+ home: /home/delphix
39
40
41
# In order for this locale to be used (e.g. by virtualization) we need
@@ -675,7 +675,7 @@
675
676
- name: Source bash completion
677
blockinfile:
678
- dest: "/export/home/delphix/.bashrc"
+ dest: "/home/delphix/.bashrc"
679
block: |
680
. /etc/bash_completion.d/systemctl
681
. /etc/bash_completion.d/zfs
0 commit comments