summaryrefslogtreecommitdiff
path: root/test/integration/targets/setup_win_device/handlers/main.yml
blob: 5c01331ad724a1cef58cd56b7d928f215db2e6b0 (plain)
1
2
3
4
5
---
- name: remove dummy network adapter device
  win_device:
    name: '{{ network_device_name_raw.name }}'
    state: absent