diff options
author | heqnx <root@heqnx.com> | 2025-07-16 23:01:07 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-16 23:01:07 +0300 |
commit | cba768331d3acb630d187c2259b83d98d26846c4 (patch) | |
tree | e45fc9e6987cd14ed90cf10ddd1ef2270d18cb55 /ansible/roles/adcs01/tasks/init.yaml | |
parent | 8dc5629bf672e882372fb9f83520c351debbfb37 (diff) | |
download | ansible-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.yaml | 7 |
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 |