From f4809d2ed782f3bc24b1ec6a8f6953e80630552d Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Fri, 4 Jun 2021 13:32:17 +1200 Subject: [PATCH] Incorrect module name :( --- tasks/Windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/Windows.yml b/tasks/Windows.yml index 3510d94..0e9b34a 100644 --- a/tasks/Windows.yml +++ b/tasks/Windows.yml @@ -5,7 +5,7 @@ state: directory - name: Obtain information about a file - ansible.windows.win_stat: + win_stat: path: "c:/temp/check-mk-agent.msi" register: cmkmsi