module

Krikri::CustomStats

Backing store for ansible.builtin.set_stats: - a single process-wide accumulator (class-level, not per-TaskExecutor-instance) since krikri-playbook.cr constructs a fresh TaskExecutor per play but the custom-stats block real Ansible prints is for the WHOLE run, after every play's PLAY RECAP.

Class methods

any?
Source
empty?
Source
global
Source
per_host_data
Source
set(key : String, value : JSON::Any, aggregate : Bool, host_name : String | Nil, per_host : Bool) : Nil
Source