mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
9 lines
246 B
YAML
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
|