Add xz-utils requirement (#46159)
* Document xz-utils requirement for deb parameter of apt module
This commit is contained in:
parent
d76a84a6c8
commit
0d824ad777
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ options:
|
|||
description:
|
||||
- Path to a .deb package on the remote machine.
|
||||
- If :// in the path, ansible will attempt to download deb before installing. (Version added 2.1)
|
||||
- Requires the C(xz-utils) package to extract the control file of the deb package to install.
|
||||
required: false
|
||||
version_added: "1.6"
|
||||
autoremove:
|
||||
|
|
Loading…
Reference in a new issue