Update to 2025-08-29 16:00

This commit is contained in:
Daniel Berteaud
2025-08-29 16:00:23 +02:00
parent 0008480f7b
commit 565853d64c
10 changed files with 195 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
- name: restart vault-unseal
service: name=vault-unseal state={{ vault_unseal_enabled | ternary('restarted', 'stopped') }}