4 Apr
2023
4 Apr
'23
8:09 p.m.
On 4/4/23 22:37, Satish Patel wrote:
How do i tell bootstrap-server to don't use docker-ce and just use docker.io <http://docker.io>? are there any setting to tell?
A quick grep (well, ack) through /usr/local/share/kolla-ansible showed me this: ansible/roles/baremetal/defaults/main.yml 10:docker_apt_package: "docker-ce" 19:docker_yum_package: "docker-ce" So I would say try changing that variable in your globals.yml and see if that does the trick.