From 5e74ada06ba295d345e079d9f1c1f6a3b3621e40 Mon Sep 17 00:00:00 2001 From: Kevin Gentile Date: Mon, 4 May 2020 17:04:08 -0400 Subject: [PATCH] fix expires usage sentence flow (#69306) --- 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 23a2eb1bf97..254e07f552b 100644 --- a/lib/ansible/modules/system/user.py +++ b/lib/ansible/modules/system/user.py @@ -189,7 +189,7 @@ options: description: - An expiry time for the user in epoch, it will be ignored on platforms that do not support this. - Currently supported on GNU/Linux, FreeBSD, and DragonFlyBSD. - - Since Ansible 2.6 you can remove the expiry time specify a negative value. + - Since Ansible 2.6 you can remove the expiry time by specifying a negative value. Currently supported on GNU/Linux and FreeBSD. type: float version_added: "1.9"