From 76eda26178235b2b4f4de219cb7a2de8c936e48d Mon Sep 17 00:00:00 2001 From: Justin Perdok Date: Mon, 20 Feb 2023 11:11:19 +0000 Subject: [PATCH] Update main.yml --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index c6aeff0..4fdaab0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -31,6 +31,7 @@ - name: Ensure that required DSC resources and Powershell Modules are present ansible.windows.win_psmodule: name: "{{ item }}" + accept_license: true state: present with_items: "{{ pdc_required_psmodules }}"