system-config/playbooks/zuul/infra-puppet-apply/pre.yaml
Monty Taylor cf805976f8 Use ensure-virtualenv in legacy puppet jobs
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
2020-06-15 13:22:02 -05:00

6 lines
98 B
YAML

- hosts: all
roles:
- role: bindep
bindep_profile: test
- role: ensure-virtualenv