diff --git a/tests/integration/targets/lvm_pv_move_data/tasks/moving.yml b/tests/integration/targets/lvm_pv_move_data/tasks/moving.yml index 3f18ff444a..0d125e4c5b 100644 --- a/tests/integration/targets/lvm_pv_move_data/tasks/moving.yml +++ b/tests/integration/targets/lvm_pv_move_data/tasks/moving.yml @@ -12,6 +12,7 @@ community.general.lvg: vg: testvg pvs: "{{ loop_device_02.stdout }}" + force: true - name: Moving data from {{ loop_device_01.stdout }} to {{ loop_device_02.stdout }} (both in same VG) community.general.lvm_pv_move_data: