mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-08-31 13:00
This commit is contained in:
8
roles/vault/handlers/main.yml
Normal file
8
roles/vault/handlers/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: restart vault
|
||||
service: name=vault state=restarted
|
||||
when: vault_service_started is not defined or not vault_service_started.changed
|
||||
|
||||
- name: reload vault
|
||||
service: name=vault state=reloaded
|
Reference in New Issue
Block a user