From 65dc120d44406aeedc7e27eca1a139043f5a1ef5 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. --- packaging/apt_repository | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/apt_repository b/packaging/apt_repository index c49b4003f4b..4e69566e21e 100644 --- a/packaging/apt_repository +++ b/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.