We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d0254 commit 955d019Copy full SHA for 955d019
ansible/roles/deploy-ecs-proxies-retag/tasks/main.yml
@@ -16,7 +16,7 @@
16
var: repo_names
17
18
- name: Login to ECR
19
- command: >
+ shell: >
20
{{ aws_cmd }} ecr get-login-password --region {{ aws_region }}
21
| docker login --username AWS --password-stdin {{ ecr_registry }}
22
0 commit comments