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 }}"