classroom/roles/classroom/tasks/wireshark.yml
2022-09-14 13:39:19 +00:00

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