1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request from JeanFred/patch-2

Fix documentation of deb option in apt module
This commit is contained in:
James Cammarata 2014-06-09 10:03:36 -05:00
commit 989e4770d0

View file

@ -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 ]