]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix the branch update 339/head
authorleseb <seb@redhat.com>
Fri, 24 Jul 2015 17:13:14 +0000 (19:13 +0200)
committerleseb <seb@redhat.com>
Fri, 24 Jul 2015 17:16:32 +0000 (19:16 +0200)
Signed-off-by: leseb <seb@redhat.com>
contrib/splitup.yml

index 0940343b2d464087cad1e5663994babf0ee2e9a9..c5f7866c81f2ab389272ce27753cbceec0c7a87c 100644 (file)
@@ -22,6 +22,7 @@
       - ceph-osd
       - ceph-mds
       - ceph-rgw
+      - ceph-restapi
 
   tasks:
 
@@ -58,7 +59,7 @@
 
     - name: update the split repos from master
       tags: update
-      command: >
-        git subtree push --prefix=roles/{{ item }} {{ item }} master
+      shell: >
+        git push {{ item }} $(git subtree split --prefix roles/{{ item }} master):master --force
         chdir=../
       with_items: roles