summaryrefslogtreecommitdiff
path: root/ansible/roles/adcs01/tasks/init.yaml
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-07-16 23:01:07 +0300
committerheqnx <root@heqnx.com>2025-07-16 23:01:07 +0300
commitcba768331d3acb630d187c2259b83d98d26846c4 (patch)
treee45fc9e6987cd14ed90cf10ddd1ef2270d18cb55 /ansible/roles/adcs01/tasks/init.yaml
parent8dc5629bf672e882372fb9f83520c351debbfb37 (diff)
downloadansible-active-directory-range-cba768331d3acb630d187c2259b83d98d26846c4.tar.gz
ansible-active-directory-range-cba768331d3acb630d187c2259b83d98d26846c4.zip
combining mssql02 with adcs01, fixed esc installer script
Diffstat (limited to 'ansible/roles/adcs01/tasks/init.yaml')
-rw-r--r--ansible/roles/adcs01/tasks/init.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/ansible/roles/adcs01/tasks/init.yaml b/ansible/roles/adcs01/tasks/init.yaml
index 418bb5d..e329b0c 100644
--- a/ansible/roles/adcs01/tasks/init.yaml
+++ b/ansible/roles/adcs01/tasks/init.yaml
@@ -10,9 +10,14 @@
- name: upload ADCSTemplate module
ansible.builtin.copy:
src: ../../../files/adcs/ADCSTemplate
- dest: C:\Program Files\WindowsPowerShell\Modules\ADCSTemplate
+ dest: C:\Program Files\WindowsPowerShell\Modules
- name: upload adcs templates
ansible.builtin.copy:
src: ../../../files/adcs/templates
dest: C:\setup
+
+- name: copy mssql installer
+ ansible.builtin.copy:
+ src: files/SQL2019-SSEI-Expr.exe
+ dest: C:\setup\SQL2019-SSEI-Expr.exe