Skip to content

Commit

Permalink
Notify restart/reload handlers when TLS files change
Browse files Browse the repository at this point in the history
  • Loading branch information
akerouanton authored and bbaassssiiee committed May 3, 2022
1 parent 8378c55 commit ef73ee6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
dest: "{{ vault_tls_config_path }}/{{ vault_tls_ca_file }}"
mode: "0644"
when: vault_tls_copy_keys | bool
notify:
- Restart vault
- Reload vault
tags:
- tls

0 comments on commit ef73ee6

Please sign in to comment.