mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-09-21 17:51:38 +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
|
- name: Configure Amazon ECR Docker Credential Helper
|
||||||
# More details see: https://github.com/awslabs/amazon-ecr-credential-helper
|
# More details see: https://github.com/awslabs/amazon-ecr-credential-helper
|
||||||
|
tags:
|
||||||
|
- ecr-setup
|
||||||
block:
|
block:
|
||||||
- name: Update ECR Docker Credential Helper
|
- name: Update ECR Docker Credential Helper
|
||||||
apt:
|
apt:
|
||||||
@ -75,4 +77,4 @@
|
|||||||
src: "{{ item.from }}"
|
src: "{{ item.from }}"
|
||||||
dest: "{{ item.to }}"
|
dest: "{{ item.to }}"
|
||||||
with_items:
|
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