summaryrefslogtreecommitdiff
path: root/ansible/roles/mssql02/tasks/cleanup.yaml
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-07-14 20:11:47 +0300
committerheqnx <root@heqnx.com>2025-07-14 20:11:47 +0300
commite70ce7f0dc0dd35f9ad985633f521ffc0e36f0a2 (patch)
treec897782e27ddb84faf80b7030509fafa3466d3d2 /ansible/roles/mssql02/tasks/cleanup.yaml
parent116a86865e3f0636bf5821e066d9b6956f0363e0 (diff)
downloadansible-active-directory-range-e70ce7f0dc0dd35f9ad985633f521ffc0e36f0a2.tar.gz
ansible-active-directory-range-e70ce7f0dc0dd35f9ad985633f521ffc0e36f0a2.zip
added mssql02 linked to websql01
Diffstat (limited to 'ansible/roles/mssql02/tasks/cleanup.yaml')
-rw-r--r--ansible/roles/mssql02/tasks/cleanup.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/mssql02/tasks/cleanup.yaml b/ansible/roles/mssql02/tasks/cleanup.yaml
new file mode 100644
index 0000000..0e59407
--- /dev/null
+++ b/ansible/roles/mssql02/tasks/cleanup.yaml
@@ -0,0 +1,3 @@
+- name: execute cleanup.ps1
+ ansible.windows.win_powershell:
+ script: C:\scripts\cleanup.ps1