Commit 2e265494 by Drew Blas

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.
parent 621fcbb9
...@@ -92,7 +92,7 @@ options: ...@@ -92,7 +92,7 @@ options:
description: description:
- Path to a local .deb package file to install. - Path to a local .deb package file to install.
required: false required: false
version_added: "1.5" version_added: "1.6"
requirements: [ python-apt, aptitude ] requirements: [ python-apt, aptitude ]
author: Matthew Williams author: Matthew Williams
notes: notes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment