diff --git a/roles/ceph-mon/tasks/create_mds_filesystems.yml b/roles/ceph-mon/tasks/create_mds_filesystems.yml index 2d4bdec6a..a1292ee49 100644 --- a/roles/ceph-mon/tasks/create_mds_filesystems.yml +++ b/roles/ceph-mon/tasks/create_mds_filesystems.yml @@ -6,8 +6,8 @@ - name: create filesystem pools command: "{{ docker_exec_cmd }} ceph --cluster {{ cluster }} osd pool create {{ item }} {{ osd_pool_default_pg_num }}" with_items: - - cephfs_data - - cephfs_metadata + - "{{ cephfs_data }}" + - "{{ cephfs_metadata }}" changed_when: false - name: check if ceph filesystem already exists