From 2ecde81dcbcbdf792a0d642ac99a875a09c55ba5 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Wed, 13 Mar 2019 10:47:17 +1000 Subject: [PATCH] win_reboot: fix stray entry in module docs --- lib/ansible/modules/windows/win_reboot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_reboot.py b/lib/ansible/modules/windows/win_reboot.py index c4097338fe..4354b67a9c 100644 --- a/lib/ansible/modules/windows/win_reboot.py +++ b/lib/ansible/modules/windows/win_reboot.py @@ -68,7 +68,6 @@ notes: - The connection user must have the C(SeRemoteShutdownPrivilege) privilege enabled, see U(https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/force-shutdown-from-a-remote-system) for more information. - some Windows hosts. seealso: - module: reboot author: