diff --git a/roles/lmn_kde/tasks/main.yml b/roles/lmn_kde/tasks/main.yml index 7dc1836..8a1caaf 100644 --- a/roles/lmn_kde/tasks/main.yml +++ b/roles/lmn_kde/tasks/main.yml @@ -1,4 +1,11 @@ --- +- name: Preseed wireshark to allow users sniffing packets + ansible.builtin.debconf: + name: wireshark-common + question: wireshark-common/install-setuid + value: true + vtype: boolean + - name: Preseed ttf-mscorefonts-installer ansible.builtin.debconf: name: ttf-mscorefonts-installer @@ -105,7 +112,7 @@ Driver=QSQLITE3 -- name: Allow users to dump packets for wireshark +- name: Allow users to dump packets for wireshark without group membership ansible.builtin.file: path: /usr/bin/dumpcap mode: '0755'