From 7373e14c240c7be26e120192c7bdd6bd1a48a5e4 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 11 Dec 2019 10:38:37 +0100 Subject: [PATCH] Use YAML. --- templates/molecule.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/molecule.yml.j2 b/templates/molecule.yml.j2 index b695f23..2b0d86f 100644 --- a/templates/molecule.yml.j2 +++ b/templates/molecule.yml.j2 @@ -18,6 +18,10 @@ platforms: pre_build_image: yes provisioner: name: ansible + config_options: + defaults: + stdout_callback: yaml + bin_ansible_callbacks: true {% if verify.stat.exists %} verifier: name: ansible