Update roles/stolon/tasks/main.yml

This commit is contained in:
2025-10-30 22:19:10 +00:00
parent 91ded9edd2
commit ab1769f830

View File

@ -24,7 +24,9 @@
- name: Obter várias notas do Bitwarden
shell: |
BW_SESSION=(bw unlock {{ bw_password }} --raw)
echo "unlock"
BW_SESSION=$(bw unlock {{ bw_password }} --raw)
echo "get item"
bw get item "{{ item.id }}" --session $BW_SESSION | jq -r '.notes' > {{ item.dest }}
loop:
- { id: "iac.ansible.dockersecrets", dest: "/tmp/stolon/kubernetes-files/files/docker-secrets.yaml" }