zuul-jobs/test-playbooks/ensure-docker.yaml
vass c80b593fb6 Rename install-docker to ensure-docker for consistency
The old role will be kept and include ensure-docker for backwards compatability.

Change-Id: Icb76a954b04631c405b09eb54343fd852a511b83
2020-04-04 15:41:29 -04:00

7 lines
106 B
YAML

- hosts: all
tasks:
- name: Run ensure-docker role
include_role:
name: ensure-docker