
Reorganizes the unit tests into a new subdirectory, and adds a new functional test subdirectory (that will be further divided into subdirs for drivers). Change-Id: I027bba619deef9379d293fdd0457df6a1377aea8
14 lines
265 B
YAML
14 lines
265 B
YAML
- hosts: all
|
|
roles:
|
|
- role: bindep
|
|
|
|
tasks:
|
|
- name: Ensure nodepool services directories
|
|
file:
|
|
path: '{{ ansible_user_dir }}/work/{{ item }}'
|
|
state: directory
|
|
with_items:
|
|
- logs/nodepool
|
|
- etc
|
|
- images
|