summaryrefslogtreecommitdiff
path: root/test/integration/targets/win_rds/tasks/win_rds_cap.yml
blob: 41ed2e6e4c8a15fbd16d3e9fb8f9f18131fa77f3 (plain)
1
2
3
4
5
6
7
8
9
---
- name: run tests with cleanup
  block:
  - name: run tests
    include_tasks: win_rds_cap_tests.yml

  always:
  - name: delete all CAPs
    win_shell: Import-Module RemoteDesktopServices; Remove-Item -Path RDS:\GatewayServer\CAP\* -Recurse