From 1188af24866900851be73e62b9b4c861cd2f2078 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Mon, 23 Sep 2024 18:04:08 +0200 Subject: [PATCH] Fix typo in parameter description Change-Id: Ia9d4c5b2c8bb27c6088de71c6e55e160d0427ff7 --- plugins/modules/identity_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/identity_user.py b/plugins/modules/identity_user.py index dfcf1cfd..da4def4a 100644 --- a/plugins/modules/identity_user.py +++ b/plugins/modules/identity_user.py @@ -56,7 +56,7 @@ options: description: - When I(update_password) is C(always), then the password will always be updated. - - When I(update_password) is C(on_create), the the password is only set + - When I(update_password) is C(on_create), then the password is only set when creating a user. type: str extends_documentation_fragment: