fixes roles/docker/vars/ubuntu-bionic.yml points to xenial (#3395)
* fixes: #3387
This commit is contained in:
parent
408faac3c9
commit
dced082e5f
1 changed files with 2 additions and 2 deletions
|
@ -28,5 +28,5 @@ docker_repo_info:
|
||||||
repos:
|
repos:
|
||||||
- >
|
- >
|
||||||
deb [arch=amd64] {{ docker_ubuntu_repo_base_url }}
|
deb [arch=amd64] {{ docker_ubuntu_repo_base_url }}
|
||||||
xenial
|
bionic
|
||||||
stable
|
stable
|
Loading…
Reference in a new issue