diff options
Diffstat (limited to 'ansible/roles/dc01/tasks/cleanup.yaml')
-rw-r--r-- | ansible/roles/dc01/tasks/cleanup.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/dc01/tasks/cleanup.yaml b/ansible/roles/dc01/tasks/cleanup.yaml index e6228dc..0e59407 100644 --- a/ansible/roles/dc01/tasks/cleanup.yaml +++ b/ansible/roles/dc01/tasks/cleanup.yaml @@ -1,3 +1,3 @@ -- name: "execute cleanup.ps1" +- name: execute cleanup.ps1 ansible.windows.win_powershell: script: C:\scripts\cleanup.ps1 |