diff --git a/roles/lmn_fvs/tasks/main.yml b/roles/lmn_fvs/tasks/main.yml index 6e3fa61..5717a59 100644 --- a/roles/lmn_fvs/tasks/main.yml +++ b/roles/lmn_fvs/tasks/main.yml @@ -64,10 +64,10 @@ http_proxy: '' # this is needed to avoid ttf-mscorefonts-installer picking up aptcacher -- name: Allow users to dump packets for wireshark without group membership - ansible.builtin.file: - path: /usr/bin/dumpcap - mode: '0755' +- name: Add wireshark group membership to users to allow dumping packets + ansible.builtin.lineinfile: + path: /etc/security/group.conf + line: '*;*;*;Al0000-2400;wireshark' - name: Create firefox policies directory