92b29acd0d
Sometimes we need to clean the workspaces. While we have a command documented, go ahead and make a playbook for it. Change-Id: I1887dec24563811a71157c000b2d8ae9b7850d6a
5 lines
101 B
YAML
5 lines
101 B
YAML
---
|
|
- hosts: *.slave.openstack.org
|
|
tasks:
|
|
- shell: 'rm -rf ~jenkins/workspace/*{{ project }}*'
|