Files
ansible/roles/vault-unseal/handlers/main.yml
T
2026-05-11 10:43:10 +02:00

7 lines
157 B
YAML

#SPDX-License-Identifier: MIT-0
---
# handlers file for vault-unseal
- name: Reload systemd
become: true
ansible.builtin.systemd:
daemon_reload: true