Skip to content

Commit

Permalink
580: search for hidden files in cacerts dir (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeffowens authored Dec 3, 2024
1 parent 4da173e commit 6e44dbb
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 6e44dbb

Please sign in to comment.