Skip to content

Commit 7d709d1

Browse files
committed
use ecs_tag ansible updates
1 parent 929edad commit 7d709d1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

ansible/deploy-ecs-proxies.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@
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+
46+
- name: include vars
47+
include_vars:
48+
file: "{{ lookup('env', 'PROXY_VARS_FILE') | expandvars | expanduser | realpath }}"
49+
4250
- name: load use_ecs_tag from environment
4351
set_fact:
4452
use_ecs_tag: "{{ lookup('env','use_ecs_tag') | default('false') }}"
@@ -47,10 +55,6 @@
4755
set_fact:
4856
use_ecs_tag: "{{ use_ecs_tag | lower == 'true' }}"
4957

50-
- name: include vars
51-
include_vars:
52-
file: "{{ lookup('env', 'PROXY_VARS_FILE') | expandvars | expanduser | realpath }}"
53-
5458
- name: debug use_ecs_tag type
5559
debug:
5660
msg: "VALUEDEPLOYYAML={{ use_ecs_tag }} TYPE={{ use_ecs_tag | type_debug }}"

0 commit comments

Comments
 (0)