forked from cps-deployments/psi.bec
Remove unused bec_deployment_group_path var
This commit is contained in:
+1
-2
@@ -1,5 +1,4 @@
|
||||
---
|
||||
bec_deployment_group_path: "{{ deployment_path_prefix }}/{{ deployment_name }}_deployments"
|
||||
deployment_path: "{{ bec_deployment_group_path }}/{{ ansible_date_time['iso8601_basic_short'] }}"
|
||||
deployment_path: "{{ deployment_path_prefix }}/{{ deployment_name }}_deployments/{{ ansible_date_time['iso8601_basic_short'] }}"
|
||||
bec_venv_path: "{{ deployment_path }}/bec_venv"
|
||||
user_git_branch_name: "{{ deployment_name }}_{{ ansible_date_time['iso8601_basic_short'] }}"
|
||||
|
||||
Reference in New Issue
Block a user