pkg_install_tree¶ This ansible role installs the tree package on debian systems. Installation¶ To install the role, you'll need to use ansible-galaxy: ansible-galaxy install git+https://gitlab.com/niclas-zone/tools/ansible/roles/pkg_install_tree.git Usage¶ You can include this role in your playbook as follows: - hosts: your_target_hosts roles: - pkg_install_tree