local/roles/gdb/tasks/Debian.yaml

6 lines
71 B
YAML

---
- name: install apt package
apt:
name: gdb
state: latest