Accept bec_deployments_path and deploy in timestamped folder

This commit is contained in:
2024-08-02 18:45:11 +02:00
parent da722431d7
commit aa44145fb0
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -156,7 +156,7 @@
become_user: "{{ bec_user }}"
ansible.builtin.file:
src: "{{ bec_path }}"
dest: "{{ bec_path }}/../bec_deployment"
dest: "{{ bec_deployments_path }}/bec_deployment"
state: link
- name: Activate bec venv in new terminals