From ea78ad9906bf4155b5e29126fe0ea425d4c498fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fr=C3=A9d=C3=A9ric?= Date: Fri, 6 Jun 2014 18:18:44 +0200 Subject: [PATCH] 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. --- packaging/apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/apt b/packaging/apt index 1bce4372f6f..2a08afb9be8 100755 --- a/packaging/apt +++ b/packaging/apt @@ -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 ]