This commit is contained in:
2026-05-23 19:39:27 +02:00
parent 9fbade1ed4
commit a1309f2e2d
2 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -192,7 +192,7 @@
- name: Create file with role_id for vault agent
copy:
dest: /etc/vault-agent/role_id
content: "{{ vault_ssh-client_role_id }}"
content: "{{ vault_ssh_client_role_id }}"
owner: root
group: root
mode: '0600'
@@ -200,7 +200,7 @@
- name: Create file with secret_id for vault agent
copy:
dest: /etc/vault-agent/secret_id
content: "{{ vault_ssh-client_secret_id }}"
content: "{{ vault_ssh_client_secret_id }}"
owner: root
group: root
mode: '0600'