testing
This commit is contained in:
parent
7f13a723ae
commit
8f3ffd06f5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
dest: "{{ repo_path }}/.env"
|
||||
content: |
|
||||
{% for key, secret_id in env_variables.items() %}
|
||||
{{ key }}={{ lookup('bitwarden.secrets.lookup', secret_id) }}
|
||||
{{ key }}={{ lookup('bitwarden.secrets.lookup', secret_id, access_token=bw_access_token) }}
|
||||
{% endfor %}
|
||||
|
||||
- name: Verify .env file content
|
||||
|
|
Loading…
Reference in a new issue