Update to 2024-10-24 12:00

This commit is contained in:
Daniel Berteaud
2024-10-24 12:00:41 +02:00
parent 7ae7f41b2c
commit 882623afc1
6 changed files with 25 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
---
- name: Install dependencies
package:
name:
- jq
tags: vault
- name: Deploy systemd service unit
template: src=vault.service.j2 dest=/etc/systemd/system/vault.service
register: vault_unit