ansible.builtin.tree (v2.9.7) — callback

Save host events to files

| "added in version" 2.0 of ansible.builtin"

Authors: unknown

Install Ansible via pip

Install with pip install ansible==2.9.7

Description

This callback is used by the Ansible (adhoc) command line option `-t|--tree`

This produces a JSON dump of events in a directory, a file for each host, the directory used MUST be passed as a command line option.


Requirements