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".