From cca174babb203a84e6380f280ddfdd6999cc8dca Mon Sep 17 00:00:00 2001 From: Klention Mali Date: Mon, 14 Jul 2025 19:46:14 +0200 Subject: [PATCH] Removed trailing whitespace --- plugins/modules/lvm_pv_move_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/lvm_pv_move_data.py b/plugins/modules/lvm_pv_move_data.py index 05e63b7667..82725f0735 100644 --- a/plugins/modules/lvm_pv_move_data.py +++ b/plugins/modules/lvm_pv_move_data.py @@ -143,7 +143,7 @@ def main(): free_pe_dest = get_pv_free_pe(module, destination) if free_pe_dest < allocated: module.fail_json( - msg="Destination device %s has only %d free physical extents, but source device %s has %d allocated extents. Not enough space." % + msg="Destination device %s has only %d free physical extents, but source device %s has %d allocated extents. Not enough space." % (destination, free_pe_dest, source, allocated) )