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+
(cherry picked from commit fa1f2af460
)
Co-authored-by: Chuck Milam <chuck@milams.net>
This commit is contained in:
parent
c5ada449e4
commit
14a0e387ac
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ options:
|
|||
type: str
|
||||
required: true
|
||||
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.
|
||||
But it will not overwrite the existing file in ISO with Rock Ridge 1.09 / 1.10.
|
||||
|
|
Loading…
Reference in a new issue