Skip to content

Commit

Permalink
Only copy pg cert to server when postgresql_use_ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Jan 5, 2024
1 parent b5385d7 commit f5451c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/xnat/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
owner: "{{ postgresql_client_ssl_certificate.owner }}"
group: "{{ postgresql_client_ssl_certificate.group }}"
mode: "0600"
when: postgresql_use_ssl

- name: "Configure XNAT directories"
ansible.builtin.include_tasks: directories.yml
Expand Down

0 comments on commit f5451c8

Please sign in to comment.