mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add xz-utils requirement (#46159)
* Document xz-utils requirement for deb parameter of apt module
This commit is contained in:
committed by
Alicia Cozine
parent
d76a84a6c8
commit
0d824ad777
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user