first commit
This commit is contained in:
12
roles/windows_install-package/tasks/main.yml
Normal file
12
roles/windows_install-package/tasks/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
# tasks file for windows_install-package
|
||||
- name: Copy package to target
|
||||
ansible.windows.win_copy:
|
||||
src: "{{package_name}}"
|
||||
dest: C:\Users\Public\Downloads\{{package_name}}
|
||||
|
||||
- name: install package
|
||||
ansible.windows.win_package:
|
||||
path: C:\Users\Public\Downloads\{{package_name}}
|
||||
arguments: "{{ arguments }}"
|
||||
state: present
|
||||
Reference in New Issue
Block a user