From dd04e11094afb7a23ea8f89afc11324dd3af4cfa Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 15:53:15 +0200 Subject: [PATCH] Remove no longer true statement. (#4505) (#4510) (cherry picked from commit efbf02f2842293c4c8edecc57be5e20d3d2713ce) Co-authored-by: Felix Fontein --- 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: