summaryrefslogtreecommitdiff
path: root/ansible/roles/websql01/tasks/cleanup.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/websql01/tasks/cleanup.yaml')
-rw-r--r--ansible/roles/websql01/tasks/cleanup.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/websql01/tasks/cleanup.yaml b/ansible/roles/websql01/tasks/cleanup.yaml
new file mode 100644
index 0000000..0e59407
--- /dev/null
+++ b/ansible/roles/websql01/tasks/cleanup.yaml
@@ -0,0 +1,3 @@
+- name: execute cleanup.ps1
+ ansible.windows.win_powershell:
+ script: C:\scripts\cleanup.ps1