From c18afbc1ab01acef0da90b366779f9b7d9cbc5d5 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 --- system/user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/system/user.py b/system/user.py index 9ec7f89a3e2..3aeda4b86e9 100755 --- a/system/user.py +++ b/system/user.py @@ -83,6 +83,7 @@ options: required: false description: - Optionally set a home skeleton directory. Requires createhome option! + version_added: "2.0" password: required: false description: