Switch install-docker with ensure-docker

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

Change-Id: I4690b18b78c835f1533eb71ca8efc5ca9b10fc35
This commit is contained in:
Sorin Sbarnea 2020-04-06 19:28:59 +01:00
parent 7f52921c27
commit c8abe4e9ef
1 changed files with 1 additions and 1 deletions

View File

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