Skip to content

Commit

Permalink
fix: (PSKD-959) add hidden to TLS find
Browse files Browse the repository at this point in the history
Signed-off-by: chjmil <christopher.miller@sas.com>
  • Loading branch information
saschjmil committed Nov 22, 2024
1 parent 4da173e commit f03b697
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/vdm/tasks/tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
find:
paths: "{{ DEPLOY_DIR }}/site-config/vdm/security/cacerts/"
depth: 2
hidden: true
register: V4_CFG_TLS_TRUSTED_CA_CERT_FILES
- name: TLS - add customer provided ca cert generator
overlay_facts:
Expand Down

0 comments on commit f03b697

Please sign in to comment.