File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
roles/deploy-ecs-proxies/templates/terraform Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 3939 msg : " SERVICE_BASE_PATH not set"
4040 when : not SERVICE_BASE_PATH
4141
42- - name : debug use_ecs_tag type
43- debug :
44- msg : " VALUEDEPLOYYAML={{ use_ecs_tag }} TYPE={{ use_ecs_tag | type_debug }}"
45-
4642 - name : include vars
4743 include_vars :
4844 file : " {{ lookup('env', 'PROXY_VARS_FILE') | expandvars | expanduser | realpath }}"
5753
5854 - name : debug use_ecs_tag type
5955 debug :
60- msg : " VALUEDEPLOYYAML={{ use_ecs_tag }} TYPE={{ use_ecs_tag | type_debug }}"
56+ msg : " VALUEDEPLOYYAML={{ use_ecs_tag }} TYPE={{ use_ecs_tag | type_debug }} LENGTH={{ use_ecs_tag | length }} "
6157
6258 roles :
6359 - setup-facts
Original file line number Diff line number Diff line change @@ -46,13 +46,6 @@ locals {
4646ecs_service = [
4747{% for container in ecs_service % }
4848
49- # DEBUG: print the boolean value Jinja sees
50- {% if use_ecs_tag % }
51- {% set _ = print (" DEBUG: use_ecs_tag = TRUE" ) % }
52- {% else % }
53- {% set _ = print (" DEBUG: use_ecs_tag = FALSE" ) % }
54- {% endif % }
55-
5649 {% set image_tag = (
5750 '${local.account_id}.dkr.ecr.eu- west- 2 .amazonaws.com/ '
5851 + service_id + '_' + container.name
You can’t perform that action at this time.
0 commit comments