Skip to content

Commit cd2c705

Browse files
committed
file location update
1 parent e753c09 commit cd2c705

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ansible/roles/build-ecs-proxies/tasks/build-container.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,11 @@
4545
cmd: >
4646
{{ aws_cmd }} ecr put-lifecycle-policy
4747
--repository-name {{ service_id }}_{{ item }}
48-
--lifecycle-policy-text file://{{ base_dir }}/files/ecr_lifecycle.json
48+
--lifecycle-policy-text file://{{ role_path }}/files/ecr_lifecycle.json
4949
when: lifecycle_check.rc != 0 and build_result.rc == 0
50+
51+
- debug:
52+
msg: "ROLE PATH = {{ role_path }}"
53+
- debug:
54+
msg: "BASE DIR = {{ base_dir }}"
55+

0 commit comments

Comments
 (0)