File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ansible/roles/build-ecs-proxies/tasks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6767
6868- name : Read lifecycle policy from the shared file
6969 ansible.builtin.slurp :
70- src : " {{ playbook_dir }}/../../ ecr-lifecycle/ecr_lifecycle.json"
70+ src : " {{ playbook_dir }}/../ecr-lifecycle/ecr_lifecycle.json"
7171 register : desired_policy_raw
7272
7373- name : Decode lifecycle policy file
7878 ansible.builtin.command : >
7979 {{ aws_cmd }} ecr put-lifecycle-policy
8080 --repository-name {{ service_id }}_{{ item }}
81- --lifecycle-policy-text file://{{ playbook_dir }}/../../ ecr-lifecycle/ecr_lifecycle.json
81+ --lifecycle-policy-text file://{{ playbook_dir }}/../ecr-lifecycle/ecr_lifecycle.json
8282 when :
8383 - existing_policy_json != desired_policy_json
8484 - env != "prod" or prod_lifecycle_update_allowed
You can’t perform that action at this time.
0 commit comments