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.
pull/6856/head
Drew Blas 11 years ago
parent 621fcbb9de
commit 2e26549426

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

Loading…
Cancel
Save