Merge "Pass to parted parameters based on fs type."

This commit is contained in:
Zuul 2019-07-18 21:58:00 +00:00 committed by Gerrit Code Review
commit 74a9856ca0

View File

@ -61,7 +61,7 @@
filesystem: filesystem:
fstype: "{{ bootstrap_host_data_disk_fs_type }}" fstype: "{{ bootstrap_host_data_disk_fs_type }}"
dev: "/dev/{{ _bootstrap_host_data_disk_device }}1" dev: "/dev/{{ _bootstrap_host_data_disk_device }}1"
opts: "{{ bootstrap_host_format_options['ext4'] | default(omit) }}" opts: "{{ bootstrap_host_format_options[bootstrap_host_data_disk_fs_type] | default(omit) }}"
when: when:
- bootstrap_host_data_disk_device_force | bool - bootstrap_host_data_disk_device_force | bool
tags: tags: