first commit
This commit is contained in:
15
roles/windows_install-laps/tasks/main.yml
Normal file
15
roles/windows_install-laps/tasks/main.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
# tasks file for windows_install-laps
|
||||
- name: download LAPS
|
||||
ansible.windows.win_get_url:
|
||||
url: http://awe-mps-006/LAPS.x64.msi
|
||||
dest: C:\Users\Public\Downloads\LAPS.msi
|
||||
|
||||
|
||||
- name: Install LAPS
|
||||
win_package:
|
||||
path: C:\Users\Public\Downloads\LAPS.msi
|
||||
creates_path: C:\Program Files\LAPS\CSE\
|
||||
state: present
|
||||
register: package_output
|
||||
ignore_errors: yes
|
||||
Reference in New Issue
Block a user