update docker task

This commit is contained in:
barryz 2024-05-03 03:22:14 +00:00
parent 731e02abc6
commit 8e8a232ba7

View File

@ -57,6 +57,8 @@
- name: Configure Amazon ECR Docker Credential Helper
# More details see: https://github.com/awslabs/amazon-ecr-credential-helper
tags:
- ecr-setup
block:
- name: Update ECR Docker Credential Helper
apt:
@ -75,4 +77,4 @@
src: "{{ item.from }}"
dest: "{{ item.to }}"
with_items:
- {from: "docker/config.json", to: "/root/.docker/config.json"}
- {from: "docker/config.json", to: "/root/.docker/config.json"}