We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e76cc commit f93e8c9Copy full SHA for f93e8c9
ansible/roles/build-ecs-proxies/tasks/build-container.yml
@@ -77,7 +77,7 @@
77
ansible.builtin.command: >
78
{{ aws_cmd }} ecr put-lifecycle-policy
79
--repository-name {{ service_id }}_{{ item }}
80
- --lifecycle-policy-text file://{{ playbook_dir }}/ecr-lifecycle/ecr_lifecycle.json
+ --lifecycle-policy-text '{{ desired_policy_json | to_json }}'
81
when:
82
- existing_policy_json != desired_policy_json
83
0 commit comments