1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 19:49:09 +00:00
community.general/test/integration/targets/win_rds/tasks/win_rds_cap.yml

9 lines
246 B
YAML

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