~xenrox/ansible

a2aabd0923ff070871dc546d1489c9f4525adf47 — Thorben Günther 2 years ago 247dfb4
vault: Config file is jinja2 template
2 files changed, 1 insertions(+), 1 deletions(-)

M roles/vault/tasks/main.yml
R roles/vault/templates/{vault.hcl => vault.hcl.j2}
M roles/vault/tasks/main.yml => roles/vault/tasks/main.yml +1 -1
@@ 42,7 42,7 @@

- name: Configure
  ansible.builtin.template:
    src: vault.hcl
    src: vault.hcl.j2
    dest: /etc/vault.hcl
    owner: vault
    group: vault

R roles/vault/templates/vault.hcl => roles/vault/templates/vault.hcl.j2 +0 -0