From 34f8080a19c09cd20ec9c045fca1e37ef74bb1e6 Mon Sep 17 00:00:00 2001 From: stefankaerst Date: Thu, 1 Jun 2017 12:21:16 +0200 Subject: [PATCH] Fixes #20096 --- lib/ansible/modules/system/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/user.py b/lib/ansible/modules/system/user.py index 43efd48445e..2608c1e7d53 100644 --- a/lib/ansible/modules/system/user.py +++ b/lib/ansible/modules/system/user.py @@ -171,7 +171,7 @@ options: expires: description: - An expiry time for the user in epoch, it will be ignored on platforms that do not support this. - Currently supported on Linux, FreeBSD, and DragonFlyBSD. + Currently supported on GNU/Linux, FreeBSD, and DragonFlyBSD. version_added: "1.9" local: description: