mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 00:21:23 -07:00
Fix documentation of deb option in apt module
The apt module may install a .deb package on the remote machine, not on the local. Fix the misleading documentation.
This commit is contained in:
parent
bd5cf57e76
commit
c42f8907fd
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ options:
|
||||||
default: 'force-confdef,force-confold'
|
default: 'force-confdef,force-confold'
|
||||||
deb:
|
deb:
|
||||||
description:
|
description:
|
||||||
- Path to a local .deb package file to install.
|
- Path to a .deb package on the remote machine.
|
||||||
required: false
|
required: false
|
||||||
version_added: "1.6"
|
version_added: "1.6"
|
||||||
requirements: [ python-apt, aptitude ]
|
requirements: [ python-apt, aptitude ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue