testing
This commit is contained in:
parent
bc6f9bfb8e
commit
9d0cfd34ab
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
dest: "{{ repo_path }}/.env"
|
dest: "{{ repo_path }}/.env"
|
||||||
content: |
|
content: |
|
||||||
{% for key, secret_id in env_variables.items() %}
|
{% for key, secret_id in env_variables.items() %}
|
||||||
{{ key }}={{ lookup('community.general.bws', secret_id, base_url='https://vault.bitwarden.com', access_token=lookup('env', 'BW_ACCESS_TOKEN')) }}
|
{{ key }}={{ lookup('bitwarden.secrets.lookup', secret_id) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
- name: Verify .env file content
|
- name: Verify .env file content
|
||||||
|
|
Loading…
Reference in a new issue