mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-09 21:47:35 +02:00
7 lines
157 B
YAML
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 |