You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/win_rds/tasks/win_rds_cap.yml

10 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