We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2035cfe commit b1b2e1eCopy full SHA for b1b2e1e
ansible/Makefile
@@ -46,7 +46,7 @@ deploy-ecs-proxies: guard-account guard-build_label guard-service_id guard-APIGE
46
@poetry run ansible-playbook -i local deploy-ecs-proxies.yml
47
48
deploy-ecs-proxies-retag: guard-build_label guard-service_id guard-CONTAINER_VARS_FILE
49
- @poetry run ansible-playbook -i local deploy-ecs-proxies-retag.yml
+ @poetry run ansible-playbook -i local deploy-ecs-proxies-retag.yml
50
51
deploy-apigee-proxy: guard-FULLY_QUALIFIED_SERVICE_NAME guard-SERVICE_BASE_PATH guard-APIGEE_ENVIRONMENT guard-APIGEE_ORGANIZATION guard-APIGEE_ACCESS_TOKEN guard-PROXY_DIR guard-PING
52
@poetry run ansible-playbook -i local deploy-apigee-proxy.yml
0 commit comments