From d46b042a9475d177b2ebd69ff3d6f22f702ff323 Mon Sep 17 00:00:00 2001 From: tdltdc <92337702+tdltdc@users.noreply.github.com> Date: Tue, 7 Nov 2023 16:20:46 +0100 Subject: [PATCH] Reword note on default determination on other OSes (#82147) --- lib/ansible/modules/user.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/user.py b/lib/ansible/modules/user.py index ad3b27e5889..e76e3800d8a 100644 --- a/lib/ansible/modules/user.py +++ b/lib/ansible/modules/user.py @@ -72,8 +72,8 @@ options: - Optionally set the user's shell. - On macOS, before Ansible 2.5, the default shell for non-system users was V(/usr/bin/false). Since Ansible 2.5, the default shell for non-system users on macOS is V(/bin/bash). - - See notes for details on how other operating systems determine the default shell by - the underlying tool. + - On other operating systems, the default shell is determined by the underlying tool + invoked by this module. See Notes for a per platform list of invoked tools. type: str home: description: