Release Summary
Bugfix and feature release.
Minor Changes
- Add
--config
parameter to theansible-output
subcommand to allow specifying a config file when not in collection mode (#410). - Add
ansible-output-meta
directive that allows to apply meta actions, like resetting previous code blocks for variable references, or defining templates foransible-output-data
(#409). - Allow to specify YAML inventory for
ansible-output
subcommand code blocks (#411). - Let
ansible-output
subcommand runansible-playbook
instances in parallel (#407, #408).
Bugfixes
- Run the post-processors in the
ansible-output
subcommand from the current working directory, and not from the temporary playbook directory. This allows post-processors to have relative paths from whereantsibull-docs ansible-output
is called (#406).