mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-03-14 13:35:19 +01:00
git-subtree-dir: client-playbook git-subtree-mainline: e763d135707241dc1eb8ec9ea919550b3f17fef6 git-subtree-split: 13f29ce5f74bba0376e04189e757cb9718cf2f93
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
|