We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e753c09 commit cd2c705Copy full SHA for cd2c705
ansible/roles/build-ecs-proxies/tasks/build-container.yml
@@ -45,5 +45,11 @@
45
cmd: >
46
{{ aws_cmd }} ecr put-lifecycle-policy
47
--repository-name {{ service_id }}_{{ item }}
48
- --lifecycle-policy-text file://{{ base_dir }}/files/ecr_lifecycle.json
+ --lifecycle-policy-text file://{{ role_path }}/files/ecr_lifecycle.json
49
when: lifecycle_check.rc != 0 and build_result.rc == 0
50
+
51
+- debug:
52
+ msg: "ROLE PATH = {{ role_path }}"
53
54
+ msg: "BASE DIR = {{ base_dir }}"
55
0 commit comments