Simplify wireshark tweak.
This commit is contained in:
parent
6489889860
commit
3b5c78e1a3
1 changed files with 4 additions and 5 deletions
|
@ -72,11 +72,10 @@
|
|||
default_release: "{{ ansible_distribution_release }}-backports"
|
||||
when: ansible_distribution_release == 'bullseye'
|
||||
|
||||
- name: set capabilities (wireshark)
|
||||
capabilities:
|
||||
- name: Allow users to dump packets for wireshark
|
||||
ansible.builtin.file:
|
||||
path: /usr/bin/dumpcap
|
||||
capability: cap_net_raw,cap_net_admin+eip
|
||||
state: present
|
||||
mode: '0755'
|
||||
|
||||
- name: Add home dirs to apparmor
|
||||
lineinfile:
|
||||
|
@ -85,7 +84,7 @@
|
|||
@{HOMEDIRS}+=/srv/samba/schools/default-school/teachers/
|
||||
/srv/samba/schools/default-school/students/*/
|
||||
|
||||
- name: create firefox policies directory
|
||||
- name: Create firefox policies directory
|
||||
ansible.builtin.file:
|
||||
path: /etc/firefox-esr/policies
|
||||
state: directory
|
||||
|
|
Loading…
Add table
Reference in a new issue