Skip to content

Commit

Permalink
DLPX-86539 CIS: postgres user account settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dbshah12 committed Oct 3, 2024
1 parent 9e78010 commit a72dea3
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -738,3 +738,12 @@
path: /etc/environment
state: absent
regexp: '^\s*PATH\s*='

- file:
path: "{{ item }}"
state: directory
mode: 0750
with_items:
- /export/home/delphix
- /export/home/cli
- /var/lib/postgresql

0 comments on commit a72dea3

Please sign in to comment.