diff options
Diffstat (limited to 'ansible/roles/dc01/tasks/cleanup.yaml')
-rw-r--r-- | ansible/roles/dc01/tasks/cleanup.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/dc01/tasks/cleanup.yaml b/ansible/roles/dc01/tasks/cleanup.yaml new file mode 100644 index 0000000..e30df58 --- /dev/null +++ b/ansible/roles/dc01/tasks/cleanup.yaml @@ -0,0 +1,3 @@ +- name: "{{ ansible_host }}: execute cleanup.ps1" + ansible.windows.win_powershell: + script: C:\scripts\cleanup.ps1 |