From 0988de8c4c51d900b711fd0f5a3a3b8a7f590ab2 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Fri, 13 Jan 2017 15:44:45 +0100 Subject: [PATCH] Remove outdated requirements and add a note trying to reflect reality. --- lib/ansible/modules/system/user.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/user.py b/lib/ansible/modules/system/user.py index 5ef5832230..2b7ad349e7 100644 --- a/lib/ansible/modules/system/user.py +++ b/lib/ansible/modules/system/user.py @@ -28,7 +28,10 @@ module: user author: "Stephen Fromm (@sfromm)" version_added: "0.2" short_description: Manage user accounts -requirements: [ useradd, userdel, usermod ] +notes: + - There are specific requirements per platform on user management utilities. However + they generally come pre-installed with the system and Ansible will require they + are present at runtime. If they are not, a descriptive error message will be shown. description: - Manage user accounts and user attributes. options: