ansible-collections / community.windows

Windows community collection for Ansible
https://galaxy.ansible.com/community/windows
GNU General Public License v3.0
198 stars 153 forks source link

Change tests to use include or import_tasks #517

Closed jborean93 closed 1 year ago

jborean93 commented 1 year ago
SUMMARY

The include task has been deprecated and was removed in Ansible devel. Change the tests to use either include_tasks or import_tasks.

ISSUE TYPE
COMPONENT NAME

community.windows