mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
[PR #6677/3e0d84bd backport][stable-7] Use semantic markup (modules h-j) (#6706)
Use semantic markup (modules h-j) (#6677)
* Use semantic markup.
* Use 'ignore:' until a new version of antsibull-docs is released.
* 'ignore:' is no longer needed.
* E() now works better.
(cherry picked from commit 3e0d84bdda
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
92466e0dbd
commit
e968f89125
30 changed files with 202 additions and 202 deletions
|
@ -15,7 +15,7 @@ module: iso_customize
|
|||
short_description: Add/remove/change files in ISO file
|
||||
description:
|
||||
- This module is used to add/remove/change files in ISO file.
|
||||
- The file inside ISO will be overwritten if it exists by option I(add_files).
|
||||
- The file inside ISO will be overwritten if it exists by option O(add_files).
|
||||
author:
|
||||
- Yuhua Zou (@ZouYuhua) <zouy@vmware.com>
|
||||
requirements:
|
||||
|
@ -72,7 +72,7 @@ options:
|
|||
notes:
|
||||
- The C(pycdlib) library states it supports Python 2.7 and 3.4 only.
|
||||
- >
|
||||
The function I(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.
|
||||
So we take workaround "delete the existing file and then add file for ISO with Rock Ridge".
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue