Quote hostname in ansible clean workspaces command

Change-Id: Ic3aea9faae1aa83033b172cb21db9284fbb2bf33
This commit is contained in:
James E. Blair 2014-09-19 13:39:11 -07:00
parent fb4631ecd8
commit 141c9bfcf9

View File

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