Remove unused playbook

AFAICT, this isn't used in nodepool, openstacksdk, or dib.

Change-Id: Ibe94d5c3e8717c381aee4472d84379cf6d31b336
This commit is contained in:
David Shrewsbury 2019-10-16 15:26:16 -04:00
parent 0a010d94a1
commit a619fea8e8
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
- hosts: all
tasks:
- name: Run nodepool tests
command: tools/check_devstack_plugin.sh {{ ansible_user_dir }}/work/logs/nodepool
args:
chdir: '{{ zuul.project.src_dir }}'