From: David Galloway Date: Wed, 18 May 2022 19:46:09 +0000 (-0400) Subject: ceph-setup: Correct repo and branch name X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=44c6242b1d01f776bbe964436132a6b1b9cc70e3;p=ceph-build.git ceph-setup: Correct repo and branch name Fixes error: src refspec pacific does not match any Signed-off-by: David Galloway --- diff --git a/ansible/roles/ceph-release/tasks/create.yml b/ansible/roles/ceph-release/tasks/create.yml index 091389ba..a127feee 100644 --- a/ansible/roles/ceph-release/tasks/create.yml +++ b/ansible/roles/ceph-release/tasks/create.yml @@ -111,7 +111,7 @@ when: tag|bool is true - name: push the version commit to ceph-releases.git - command: git push -f releases {{ branch }} + command: git push -f releases {{ branch }}-release args: chdir: ceph when: tag|bool is true