cf805976f8
In prep-apply we're assuing virtualenv which is not there. Now that the nodes don't have it by default, this breaks. Add it. Change-Id: I07a392f5bcbf4d5f04d8812d5c712d2fcc60747b
6 lines
98 B
YAML
6 lines
98 B
YAML
- hosts: all
|
|
roles:
|
|
- role: bindep
|
|
bindep_profile: test
|
|
- role: ensure-virtualenv
|