From 51d4bec6984c4dfc26513b9a0ffec6cf28507dc1 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 21:47:19 +0200 Subject: [PATCH] [PR #11946/72bc48fe backport][stable-11] iso_customize: remove note about pycdlib constraints (#11962) iso_customize: remove note about pycdlib constraints (#11946) (cherry picked from commit 72bc48fed4e237d25e34ac1175169c79af14271a) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- plugins/modules/iso_customize.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/modules/iso_customize.py b/plugins/modules/iso_customize.py index 5ee5b22c2c..41a65abd67 100644 --- a/plugins/modules/iso_customize.py +++ b/plugins/modules/iso_customize.py @@ -68,7 +68,6 @@ options: type: str required: true notes: - - The C(pycdlib) library states it supports Python 2.7 and 3.4+. - The function C(add_file) in pycdlib is designed to overwrite the existing file in ISO with type ISO9660 / Rock Ridge 1.12 / Joliet / UDF. But it does not overwrite the existing file in ISO with Rock Ridge 1.09 / 1.10. So we take workaround "delete the existing file and then add file for ISO with Rock Ridge".