mirror of https://github.com/ceph/ceph-ansible.git
commit
2c5b03b353
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue