diff options
author | heqnx <root@heqnx.com> | 2025-07-13 10:57:47 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-13 10:57:47 +0300 |
commit | 285c042610ea4b7fe77ddeff7a258c3bfd310668 (patch) | |
tree | f1aad91d0b3c98b2615f275b7aeed1b2a70d3d41 /ansible/roles/adcs01/tasks/cleanup.yaml | |
parent | 79b262d6e75ad3ad7c2522a490446c4b72dc6232 (diff) | |
download | ansible-active-directory-range-285c042610ea4b7fe77ddeff7a258c3bfd310668.tar.gz ansible-active-directory-range-285c042610ea4b7fe77ddeff7a258c3bfd310668.zip |
added adcs role
Diffstat (limited to 'ansible/roles/adcs01/tasks/cleanup.yaml')
-rw-r--r-- | ansible/roles/adcs01/tasks/cleanup.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/adcs01/tasks/cleanup.yaml b/ansible/roles/adcs01/tasks/cleanup.yaml new file mode 100644 index 0000000..0e59407 --- /dev/null +++ b/ansible/roles/adcs01/tasks/cleanup.yaml @@ -0,0 +1,3 @@ +- name: execute cleanup.ps1 + ansible.windows.win_powershell: + script: C:\scripts\cleanup.ps1 |