-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
For some reason vg_create is using a command that fails if you need to rerun the setup:
| command: vgcreate --dataalignment {{ item.value.pv_dataalign | default(pv_dataalign) }} -s {{ vg_pesize | default(4) }} {{ (item.value | first).vgname }} {{ item.value | ovirt.ovirt.json_query('[].pvname') | unique | join(',') }} |
We need to use idempotent modules where possible
Metadata
Metadata
Assignees
Labels
No labels