diff --git a/tasks/main.yml b/tasks/main.yml index 4fdaab0..3d536a8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -29,7 +29,7 @@ when: not ansible_windows_domain_member - name: Ensure that required DSC resources and Powershell Modules are present - ansible.windows.win_psmodule: + community.windows.win_psmodule: name: "{{ item }}" accept_license: true state: present