From 27de1fbbf3e99d53ad7f1e86cf349aac3052a66d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 8 Aug 2014 14:13:57 -0400 Subject: [PATCH] Update version_added info. --- library/packaging/apt_repository | 1 + 1 file changed, 1 insertion(+) diff --git a/library/packaging/apt_repository b/library/packaging/apt_repository index c49b4003f4..4e69566e21 100644 --- a/library/packaging/apt_repository +++ b/library/packaging/apt_repository @@ -56,6 +56,7 @@ options: default: "yes" choices: [ "yes", "no" ] validate_certs: + version_added: '1.8' description: - If C(no), SSL certificates for the target repo will not be validated. This should only be used on personally controlled sites using self-signed certificates.