Merge "Switch install-docker playbook to include_tasks"

This commit is contained in:
Zuul 2024-03-22 22:48:03 +00:00 committed by Gerrit Code Review
commit 336a4ae440

View File

@ -5,11 +5,11 @@
path: /etc/docker
- name: Install docker-ce from upstream
include: upstream.yaml
include_tasks: upstream.yaml
when: use_upstream_docker|bool
- name: Install docker-engine from distro
include: distro.yaml
include_tasks: distro.yaml
when: not use_upstream_docker|bool
- name: reset ssh connection to pick up docker group