mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-04 05:04:22 -07:00
Removed trailing whitespace
This commit is contained in:
parent
bd0c613177
commit
cca174babb
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ def main():
|
||||||
free_pe_dest = get_pv_free_pe(module, destination)
|
free_pe_dest = get_pv_free_pe(module, destination)
|
||||||
if free_pe_dest < allocated:
|
if free_pe_dest < allocated:
|
||||||
module.fail_json(
|
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)
|
(destination, free_pe_dest, source, allocated)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue