mirror of https://github.com/ceph/ceph-ansible.git
parent
e8559bf052
commit
1f5cf4f8f3
|
@ -22,6 +22,7 @@
|
||||||
- ceph-osd
|
- ceph-osd
|
||||||
- ceph-mds
|
- ceph-mds
|
||||||
- ceph-rgw
|
- ceph-rgw
|
||||||
|
- ceph-restapi
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
@ -58,7 +59,7 @@
|
||||||
|
|
||||||
- name: update the split repos from master
|
- name: update the split repos from master
|
||||||
tags: update
|
tags: update
|
||||||
command: >
|
shell: >
|
||||||
git subtree push --prefix=roles/{{ item }} {{ item }} master
|
git push {{ item }} $(git subtree split --prefix roles/{{ item }} master):master --force
|
||||||
chdir=../
|
chdir=../
|
||||||
with_items: roles
|
with_items: roles
|
||||||
|
|
Loading…
Reference in New Issue