mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-08-02 13:46:22 +02:00
update docker task
This commit is contained in:
parent
731e02abc6
commit
8e8a232ba7
@ -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"}
|
||||
|
Loading…
Reference in New Issue
Block a user