From cbca116a3e109b463d78f15f1ee302423bf29fd4 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 15:53:24 +0200 Subject: [PATCH] Remove no longer true statement. (#4505) (#4509) (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 c586cafd60..18c4f2f23f 100644 --- a/plugins/modules/source_control/gitlab/gitlab_user.py +++ b/plugins/modules/source_control/gitlab/gitlab_user.py @@ -51,7 +51,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: