Skip to content

Commit

Permalink
add zfs, opt
Browse files Browse the repository at this point in the history
  • Loading branch information
pcd1193182 committed Dec 7, 2023
1 parent 007230d commit 336295b
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
fi
- name: Source bash completion
lineinfile:
blockinfile:
dest: "/export/home/delphix/.bashrc"
line: ". /etc/bash_completion.d/systemctl"
block: |
. /etc/bash_completion.d/systemctl
. /etc/bash_completion.d/zfs
PATH=$PATH:/opt/delphix/server/bin

0 comments on commit 336295b

Please sign in to comment.