mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-01-11 10:47:25 +01:00
Kevin Veen-Birkenbach
2c76f99dd1
git-subtree-dir: client-playbook git-subtree-mainline:e763d13570
git-subtree-split:13f29ce5f7
8 lines
171 B
YAML
8 lines
171 B
YAML
- name: install administrator network analyze tools
|
|
community.general.pacman:
|
|
name:
|
|
- traceroute
|
|
- wireshark-qt
|
|
- wireshark-cli
|
|
state: present
|