File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ create-build-env-vars: guard-build_label guard-out_dir
4343 @poetry run ansible-playbook -i local create-build-env-vars.yml
4444
4545deploy-ecs-proxies : guard-account guard-build_label guard-service_id guard-APIGEE_ENVIRONMENT guard-PROXY_VARS_FILE
46+ @echo " MAKE DEBUG: use_ecs_tag=${use_ecs_tag} "
4647 @poetry run ansible-playbook -i local deploy-ecs-proxies.yml \
4748 -e " use_ecs_tag=${use_ecs_tag} "
4849
Original file line number Diff line number Diff line change 4444 include_vars :
4545 file : " {{ lookup('env', 'PROXY_VARS_FILE') | expandvars | expanduser | realpath }}"
4646
47+ - name : debug use_ecs_tag
48+ debug :
49+ msg : " ANSIBLE DEBUG: use_ecs_tag = {{ use_ecs_tag }}"
50+
4751 roles :
4852 - setup-facts
4953 - deploy-ecs-proxies
Original file line number Diff line number Diff line change @@ -259,6 +259,7 @@ steps:
259259 RELEASE_RELEASEID="$(Build.BuildId)" \
260260 SERVICE_BASE_PATH=${{ parameters.service_base_path }} \
261261 APIGEE_ENVIRONMENT=${{ parameters.apigee_environment }} \
262+ TF_VAR_use_ecs_tag="${TF_VAR_use_ecs_tag}" \
262263 make --no-print-directory -C $(UTILS_DIR)/ansible deploy-ecs-proxies
263264
264265 displayName: Deploy ECS proxies
You can’t perform that action at this time.
0 commit comments