classroom/roles/wireshark/tasks/main_lin.yml
2023-09-11 22:30:48 +02:00

11 lines
257 B
YAML

- name: Enable non-privileged users to run wireshark
ansible.builtin.debconf:
name: wireshark
question: wireshark-common/install-setuid
value: true
vtype: boolean
- name: "Install Wireshark"
apt:
name: wireshark-qt
state: latest