mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 07:24:00 -07:00
[PR #10409/a36ad54b backport][stable-11] doc style adjustments: modules i* (#10411)
doc style adjustments: modules i* (#10409)
(cherry picked from commit a36ad54b53
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
ffa1436f05
commit
27377140d0
28 changed files with 305 additions and 306 deletions
|
@ -55,19 +55,19 @@ options:
|
|||
required: true
|
||||
force:
|
||||
description:
|
||||
- If V(true), which will replace the remote file when contents are different than the source.
|
||||
- If V(false), the file will only be extracted and copied if the destination does not already exist.
|
||||
- If V(true), it replaces the remote file when contents are different than the source.
|
||||
- If V(false), the file is only extracted and copied if the destination does not already exist.
|
||||
type: bool
|
||||
default: true
|
||||
executable:
|
||||
description:
|
||||
- The path to the C(7z) executable to use for extracting files from the ISO.
|
||||
- If not provided, it will assume the value V(7z).
|
||||
- If not provided, it assumes the value V(7z).
|
||||
type: path
|
||||
password:
|
||||
description:
|
||||
- Password used to decrypt files from the ISO.
|
||||
- Will only be used if 7z is used.
|
||||
- It is only used if C(7z) is used.
|
||||
- The password is used as a command line argument to 7z. This is a B(potential security risk) that allows passwords
|
||||
to be revealed if someone else can list running processes on the same machine in the right moment.
|
||||
type: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue