mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-09-21 17:51:38 +02:00
Taken in consideration, there was two domains release+stage repo to download docker.
This commit is contained in:
parent
d6ecfa9175
commit
efd26c6599
@ -23,8 +23,13 @@
|
||||
- name: Replace Docker default domain repo.
|
||||
ansible.builtin.replace:
|
||||
path: '/etc/yum.repos.d/docker-{{ docker_edition }}.repo'
|
||||
regexp: 'https://download.docker.com/linux'
|
||||
regexp: '{{ __current_item }}'
|
||||
replace: '{{ docker_repo_url }}'
|
||||
with_items:
|
||||
- 'https://download.docker.com/linux'
|
||||
- 'https://download-stage.docker.com/linux/'
|
||||
loop_control:
|
||||
loop_var: "__current_item"
|
||||
|
||||
- name: Configure Docker Nightly repo.
|
||||
ini_file:
|
||||
|
Loading…
Reference in New Issue
Block a user