From 2e26549426cc7f718742cc87cf85314df68a2238 Mon Sep 17 00:00:00 2001 From: Drew Blas Date: Fri, 4 Apr 2014 05:59:57 -0500 Subject: [PATCH] Update apt:deb with correct version The docs site says this option is available in 1.5, but it is not. #5910 https://github.com/ansible/ansible/pull/5910 added the deb option. The PR was generated two months ago (before 1.5) but was not included until after 1.5 was released. This fixes the docs. --- library/packaging/apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/packaging/apt b/library/packaging/apt index c79f73ab517..6bd19177f2d 100755 --- a/library/packaging/apt +++ b/library/packaging/apt @@ -92,7 +92,7 @@ options: description: - Path to a local .deb package file to install. required: false - version_added: "1.5" + version_added: "1.6" requirements: [ python-apt, aptitude ] author: Matthew Williams notes: