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:
parent
ab6a61237a
commit
fa1f2af460
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue