local/roles/tree/tasks/Debian.yaml

7 lines
87 B
YAML

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