Skip to content

Commit 8f3ffd0

Browse files
committedJan 1, 2025
testing
1 parent 7f13a72 commit 8f3ffd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ansible/playbooks/deploy-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
dest: "{{ repo_path }}/.env"
2323
content: |
2424
{% for key, secret_id in env_variables.items() %}
25-
{{ key }}={{ lookup('bitwarden.secrets.lookup', secret_id) }}
25+
{{ key }}={{ lookup('bitwarden.secrets.lookup', secret_id, access_token=bw_access_token) }}
2626
{% endfor %}
2727
2828
- name: Verify .env file content

0 commit comments

Comments
 (0)
Please sign in to comment.