Updated version compare to 0.84.0 per laseb comment

pull/664/head
James Saint-Rossy 2016-04-18 10:49:35 -04:00
parent fc270bb772
commit 67a895159e
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@
- cephfs_data
- cephfs_metadata
changed_when: false
when: not {{ ceph_version | version_compare('0.80.0', '<') }}
when: not {{ ceph_version | version_compare('0.84.0', '<') }}
- name: create ceph filesystem
command: ceph --cluster {{ cluster }} fs new {{ cephfs }} {{ cephfs_metadata }} {{ cephfs_data }}
changed_when: false
when: not {{ ceph_version | version_compare('0.80.0', '<') }}
when: not {{ ceph_version | version_compare('0.84.0', '<') }}