From 85c15e530307c34a708227b3a3f4e0041e649059 Mon Sep 17 00:00:00 2001 From: Philip Misiowiec Date: Mon, 29 Sep 2014 17:45:55 -0500 Subject: [PATCH] Added version --- lib/ansible/modules/extras/database/mongodb_user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/extras/database/mongodb_user.py b/lib/ansible/modules/extras/database/mongodb_user.py index 4ff7ec2cb33..9af22116245 100644 --- a/lib/ansible/modules/extras/database/mongodb_user.py +++ b/lib/ansible/modules/extras/database/mongodb_user.py @@ -68,6 +68,7 @@ options: required: false default: null ssl: + version_added: "1.8" description: - Whether to use an SSL connection when connecting to the database default: False