From c42f8907fd152eb7a0a1cddf5158195b948ad053 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. --- library/packaging/apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/packaging/apt b/library/packaging/apt index 1bce4372f6..2a08afb9be 100755 --- a/library/packaging/apt +++ b/library/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 ]