diff --git a/plugins/modules/iso_customize.py b/plugins/modules/iso_customize.py index 80ee71391b..9fd9627b35 100644 --- a/plugins/modules/iso_customize.py +++ b/plugins/modules/iso_customize.py @@ -64,7 +64,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".