Initial commit erasing history
This commit is contained in:
parent
e04f86fd9a
commit
7d8751ffe8
712 changed files with 7348 additions and 0 deletions
16
roles/pulseview/tasks/main_win.yml
Normal file
16
roles/pulseview/tasks/main_win.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
- name: Download PulseView
|
||||
win_get_url:
|
||||
url: https://sigrok.org/download/binary/pulseview/pulseview-0.4.2-64bit-static-release-installer.exe
|
||||
# url: https://sigrok.org/download/binary/pulseview/pulseview-NIGHTLY-64bit-static-release-installer.exe
|
||||
dest: C:\
|
||||
register: download
|
||||
|
||||
- name: Install PulseView
|
||||
win_package:
|
||||
path: "{{ download.dest }}"
|
||||
arguments: /S /Verysilent /AllUsers
|
||||
|
||||
#- name: Remove temporary files
|
||||
# win_file:
|
||||
# path: "{{ download.dest }}"
|
||||
# state: absent
|
Loading…
Add table
Add a link
Reference in a new issue