From a8291f470732fa5f54c2d4a74b00c4929307b611 Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Wed, 15 Feb 2017 14:25:41 -0800 Subject: [PATCH] Fix spacing Signed-off-by: Vasu Kulkarni --- qa/tasks/upgrades.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/tasks/upgrades.py b/qa/tasks/upgrades.py index 6c76c82043811..30e768ef80957 100644 --- a/qa/tasks/upgrades.py +++ b/qa/tasks/upgrades.py @@ -64,8 +64,8 @@ def task(ctx, config): # Remove any .yml files from /usr/share/ceph-ansible for collision ceph_installer.run(args=[ 'sudo', - 'rm ', - '-rf', + 'rm', + '-f', run.Raw('/usr/share/ceph-ansible/*.yml') ]) # debug print new playbook -- 2.39.5