1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update iso_customize.py notes section (#7927)

Documentation now shows support for python 3.4+
This commit is contained in:
Chuck Milam 2024-02-01 11:41:07 -06:00 committed by GitHub
parent ab6a61237a
commit fa1f2af460
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ options:
type: str type: str
required: true required: true
notes: notes:
- The C(pycdlib) library states it supports Python 2.7 and 3.4 only. - The C(pycdlib) library states it supports Python 2.7 and 3.4+.
- > - >
The function C(add_file) in pycdlib will overwrite the existing file in ISO with type ISO9660 / Rock Ridge 1.12 / Joliet / UDF. The function C(add_file) in pycdlib will overwrite the existing file in ISO with type ISO9660 / Rock Ridge 1.12 / Joliet / UDF.
But it will not overwrite the existing file in ISO with Rock Ridge 1.09 / 1.10. But it will not overwrite the existing file in ISO with Rock Ridge 1.09 / 1.10.