mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00: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:
@@ -90,7 +90,7 @@ options:
|
||||
default: 'force-confdef,force-confold'
|
||||
deb:
|
||||
description:
|
||||
- Path to a local .deb package file to install.
|
||||
- Path to a .deb package on the remote machine.
|
||||
required: false
|
||||
version_added: "1.6"
|
||||
requirements: [ python-apt, aptitude ]
|
||||
|
||||
Reference in New Issue
Block a user