Switch install-docker with ensure-docker

Zuul deprecation requires it, former one will be removed in the future.

Change-Id: I4690b18b78c835f1533eb71ca8efc5ca9b10fc35
(cherry picked from commit c8abe4e9ef)
This commit is contained in:
Sorin Sbarnea 2020-04-06 19:28:59 +01:00 committed by Cédric Jeanneret (Tengu)
parent 8755caa183
commit a66936f5a7
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@
virtualenv: "{{ ansible_user_dir }}/test-python" virtualenv: "{{ ansible_user_dir }}/test-python"
virtualenv_site_packages: true virtualenv_site_packages: true
roles: roles:
- role: install-docker - role: ensure-docker