feat: add tree role

This commit is contained in:
Oliver Davies 2022-03-30 23:58:34 +01:00
parent dd14486223
commit 805eaedd6f
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
---
- name: Install
ansible.builtin.package:
name:
- tree
state: latest
become: true