Merge "Quote hostname in ansible clean workspaces command"

This commit is contained in:
Jenkins 2014-09-24 23:27:29 +00:00 committed by Gerrit Code Review
commit 46c547cddd

View File

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