3d1ee579cb
Migrate the legacy job to start using our bindep role from zuul-jobs. This will allow openstack-infra to delete slave_scripts/install-distro-packages.sh in the future. Change-Id: Ie3437d26fd6dfa884c86e18d69c1b1398d821dbe Signed-off-by: Paul Belanger <pabelanger@redhat.com>
11 lines
178 B
YAML
11 lines
178 B
YAML
- hosts: all
|
|
roles:
|
|
- bindep
|
|
|
|
tasks:
|
|
|
|
- name: Ensure legacy workspace directory
|
|
file:
|
|
path: '{{ ansible_user_dir }}/workspace'
|
|
state: directory
|