Merge pull request #363 from ceph/purge

Move parted to the end of the playbook
pull/364/head
Leseb 2015-08-03 16:21:52 +02:00
commit ab76578a51
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,6 @@
with_items: devices
failed_when: false
- name: call partprobe
command: partprobe
- name: purge ceph
command: ceph-deploy purge {{ ansible_fqdn }}
delegate_to: 127.0.0.1
@ -36,3 +33,6 @@
- name: purge remaining data
command: ceph-deploy purgedata {{ ansible_fqdn }}
delegate_to: 127.0.0.1
- name: call partprobe
command: partprobe