local/roles/gdb/tasks/Debian.yaml

7 lines
86 B
YAML

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