Skip to content

Commit f968be0

Browse files
committed
ecr terraform release
1 parent 1d45aad commit f968be0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ansible/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ create-build-env-vars: guard-build_label guard-out_dir
4343
@poetry run ansible-playbook -i local create-build-env-vars.yml
4444

4545
deploy-ecs-proxies: guard-account guard-build_label guard-service_id guard-APIGEE_ENVIRONMENT guard-PROXY_VARS_FILE
46-
@poetry run ansible-playbook -i local deploy-ecs-proxies.yml
46+
@poetry run ansible-playbook -i local deploy-ecs-proxies.yml \
47+
-e "use_ecs_tag=${use_ecs_tag}"
4748

4849
deploy-ecs-proxies-retag: guard-build_label guard-service_id guard-PROXY_VARS_FILE
4950
@poetry run ansible-playbook -i local deploy-ecs-proxies-retag.yml

0 commit comments

Comments
 (0)