10 lines
232 B
YAML
10 lines
232 B
YAML
# npcap=0.96 is the last version to support silent installation
|
|
- name: Install npcap
|
|
win_package:
|
|
path: https://npcap.com/dist/npcap-0.96.exe
|
|
arguments: /S
|
|
|
|
- name: Install Wireshark
|
|
win_chocolatey:
|
|
name: wireshark
|