remove tree as its probably not present in the ee

This commit is contained in:
Chris Hammer 2023-12-01 11:40:35 -05:00
parent 0f752f0342
commit 6fd8d0a4c9

View File

@ -23,7 +23,7 @@
- name: Get some infos
ansible.builtin.shell:
cmd: "hostname && ls -ltra && tree && find ."
cmd: "hostname && ls -ltra && find ."
changed_when: false
register: r_some_info