forked from cps-deployments/psi.bec
Accept bec_deployments_path and deploy in timestamped folder
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user