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