system-config/modules/openstack_project/files/ansible/clean_workspaces.yaml
Monty Taylor 92b29acd0d Add playbook for cleaning workspaces
Sometimes we need to clean the workspaces. While we have a command
documented, go ahead and make a playbook for it.

Change-Id: I1887dec24563811a71157c000b2d8ae9b7850d6a
2014-07-04 10:01:14 -07:00

5 lines
101 B
YAML

---
- hosts: *.slave.openstack.org
tasks:
- shell: 'rm -rf ~jenkins/workspace/*{{ project }}*'