From efbf02f2842293c4c8edecc57be5e20d3d2713ce Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 15 Apr 2022 15:35:02 +0200 Subject: [PATCH] Remove no longer true statement. (#4505) --- plugins/modules/source_control/gitlab/gitlab_user.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/modules/source_control/gitlab/gitlab_user.py b/plugins/modules/source_control/gitlab/gitlab_user.py index c9607ed6fd..803c54bc83 100644 --- a/plugins/modules/source_control/gitlab/gitlab_user.py +++ b/plugins/modules/source_control/gitlab/gitlab_user.py @@ -48,7 +48,6 @@ options: description: - The password of the user. - GitLab server enforces minimum password length to 8, set this value with 8 or more characters. - - Required only if C(state) is set to C(present). type: str reset_password: description: