From a160d5426d9cad5f608762e778c2cd2dd5fb8864 Mon Sep 17 00:00:00 2001 From: jjshoe Date: Fri, 12 Feb 2016 13:09:24 -0600 Subject: [PATCH] List which version it was added fixes https://github.com/ansible/ansible-modules-core/issues/2605 --- lib/ansible/modules/system/user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/system/user.py b/lib/ansible/modules/system/user.py index 1b66710ca2f..ba89bb673ca 100755 --- a/lib/ansible/modules/system/user.py +++ b/lib/ansible/modules/system/user.py @@ -82,6 +82,7 @@ options: required: false description: - Optionally set a home skeleton directory. Requires createhome option! + version_added: "2.0" password: required: false description: