From 5c9e60c1bb4cd558621c1519c882768af3c1a350 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 28 Oct 2015 08:18:50 -0400 Subject: [PATCH] chdir to ceph when fetching from upstream Signed-off-by: Alfredo Deza --- ansible/roles/ceph-release/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/ceph-release/tasks/main.yml b/ansible/roles/ceph-release/tasks/main.yml index 69ea77bf..a8aebaf9 100644 --- a/ansible/roles/ceph-release/tasks/main.yml +++ b/ansible/roles/ceph-release/tasks/main.yml @@ -35,7 +35,7 @@ command: git checkout -f {{ branch }} chdir=ceph - name: fetch upstream - command: git fetch upstream -v + command: git fetch upstream -v chdir=ceph - name: git submodule update command: git submodule update --init chdir=ceph -- 2.39.5