From 87416a4b9159619e9df56258b13c71c7a16093ba Mon Sep 17 00:00:00 2001 From: Erwan Quelin Date: Tue, 2 Oct 2018 13:42:57 +0200 Subject: [PATCH] Fix typo in the author's github username. Ansibot is looking at the author's github username to query reviews for modules in the same namespace. --- lib/ansible/modules/windows/win_pester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_pester.py b/lib/ansible/modules/windows/win_pester.py index a4defe35a21..546b5632246 100644 --- a/lib/ansible/modules/windows/win_pester.py +++ b/lib/ansible/modules/windows/win_pester.py @@ -29,7 +29,7 @@ options: description: - Minimum version of the pester module that has to be available on the remote host. author: - - Erwan Quelin (@erwanquelin) + - Erwan Quelin (@equelin) ''' RETURN = r'''