testing
This commit is contained in:
parent
3e4c79613e
commit
3e7f6edf7b
1 changed files with 1 additions and 9 deletions
|
@ -25,14 +25,6 @@
|
|||
{{ key }}={{ lookup('bitwarden.secrets.lookup', secret_id, access_token=bw_access_token) }}
|
||||
{% endfor %}
|
||||
|
||||
- name: Verify .env file content
|
||||
ansible.builtin.shell: cat "{{ repo_path }}/.env"
|
||||
register: env_file_content
|
||||
|
||||
- name: Display .env content
|
||||
ansible.builtin.debug:
|
||||
var: env_file_content.stdout_lines
|
||||
|
||||
- name: Ensure the repository is up-to-date
|
||||
ansible.builtin.shell: git pull
|
||||
args:
|
||||
|
|
Loading…
Reference in a new issue