c24693e326
The ensure-pip and ensure-pip-localhost playbooks were identical except for the hosts line. Refactor them into a test role and invoke that role from the test playbooks. Change-Id: I037a5d0cb56f96f6ebbbbffbc49cd68a26c71f24
4 lines
50 B
YAML
4 lines
50 B
YAML
- hosts: localhost
|
|
roles:
|
|
- ensure-pip-test
|