5 lines
92 B
YAML
5 lines
92 B
YAML
- name: Install python-pwntools
|
|
apt:
|
|
name:
|
|
- python3-pwntools
|
|
state: latest
|