mirror of https://github.com/ceph/ceph-ansible.git
allow dash in cluster name
parent
84dad9a775
commit
d694c59278
|
@ -69,7 +69,7 @@
|
|||
- is_before_infernalis
|
||||
|
||||
- name: get osd id (for or after infernalis)
|
||||
shell: "ls /var/lib/ceph/osd/ | grep '-' | cut -d '-' -f 2"
|
||||
shell: 'ls /var/lib/ceph/osd/ | grep -oP "\d+$"'
|
||||
changed_when: false
|
||||
failed_when: false
|
||||
register: osd_id
|
||||
|
|
Loading…
Reference in New Issue