Skip to content

Commit

Permalink
DLPX-93502 LTS 24.04: delphix home directory requires 755 permissions…
Browse files Browse the repository at this point in the history
… to allow SFTP tests to pass
  • Loading branch information
palash-gandhi committed Feb 26, 2025
1 parent 71a8186 commit 07c9bdd
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
password:
"{{ lookup('env', 'APPLIANCE_PASSWORD') | password_hash('sha512') }}"

- name: Set 755 permissions on Delphix home directory
file:
path: /export/home/delphix
mode: 0755
state: directory

- user:
name: root
password:
Expand Down

0 comments on commit 07c9bdd

Please sign in to comment.