Skip to content

Commit 9d0cfd3

Browse files
committedJan 1, 2025
testing
1 parent bc6f9bf commit 9d0cfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ansible/playbooks/deploy-docker.yml

Lines changed: 1 addition & 1 deletion
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('community.general.bws', secret_id, base_url='https://vault.bitwarden.com', access_token=lookup('env', 'BW_ACCESS_TOKEN')) }}
25+
{{ key }}={{ lookup('bitwarden.secrets.lookup', secret_id) }}
2626
{% endfor %}
2727
2828
- name: Verify .env file content

0 commit comments

Comments
 (0)
Please sign in to comment.