From 55900ea9a6d9c5f28d2f880c27bd5b915f9aeca2 Mon Sep 17 00:00:00 2001 From: Nicolas Patouillard Date: Wed, 14 Dec 2022 18:05:20 +0100 Subject: [PATCH] Test YML file --- test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.yml b/test.yml index 90ad743..bafcf24 100644 --- a/test.yml +++ b/test.yml @@ -5,6 +5,8 @@ vars: myurl: "https://releases.ansible.com/ansible/ansible-2.9.25.tar.gz" mydest: 'C:\Users\vagrant\Desktop\ansible-2.9.25.tar.gz' + ansible_shell_type: powershell + shell_type: powershell tasks: - name: download file ansible.windows.win_get_url: