classroom/roles/classroom/tasks/wireshark.yml

10 lines
232 B
YAML
Raw Normal View History

2022-09-14 13:33:06 +00:00
# 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