Skip to content

Commit fdec508

Browse files
committed
fixing debug use ecs_tag ansible
1 parent a2c1b35 commit fdec508

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ansible/deploy-ecs-proxies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
- name: debug use_ecs_tag type
5555
debug:
56-
msg: "VALUEDEPLOYYAML={{ use_ecs_tag }} TYPE={{ use_ecs_tag | type_debug }} LENGTH={{ use_ecs_tag | length }}"
56+
msg: "VALUEDEPLOYYAML={{ use_ecs_tag }} TYPE={{ use_ecs_tag | type_debug }}"
5757

5858
roles:
5959
- setup-facts

ansible/roles/deploy-ecs-proxies/tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
msg: >
7777
ANSIBLE: use_ecs_tag='{{ use_ecs_tag }}'
7878
TYPE={{ use_ecs_tag | type_debug }}
79-
LENGTH={{ use_ecs_tag | length }}
8079
TF_VAR_use_ecs_tag='{{ use_ecs_tag | ternary("true","false") }}'
8180
8281
- name: terraform plan

0 commit comments

Comments
 (0)