ansible-hashicorp-vault/handlers/main.yml

7 lines
127 B
YAML
Raw Normal View History

2022-03-26 09:10:21 +00:00
---
# handlers file for ansible-vault
- name: restart vault
service:
name: "{{ vault_os_service }}"
state: restarted