From 2b790d70b77c63c4f303968ccce6a2fe1f3869c6 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 11 Dec 2019 13:56:43 +0100 Subject: [PATCH] YAML as stdout_callback --- README.md | 2 +- molecule/default/molecule.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e168b1a..cf1c78e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ remi ========= Ansible logo - Build status + Build status Install and enable remi yum repositories on your system. diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 4e3d738..aa6cfb5 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -20,5 +20,9 @@ platforms: pre_build_image: yes provisioner: name: ansible + config_options: + defaults: + stdout_callback: yaml + bin_ansible_callbacks: true scenario: name: default