1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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.
This commit is contained in:
Drew Blas 2014-04-04 05:59:57 -05:00
parent 621fcbb9de
commit 2e26549426

View file

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