From 4d3d372dfcd3f5ef5ff85340f968bbe013f173d8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 4 Feb 2021 22:42:34 +0100 Subject: [PATCH] fix: disable logs explicitly in molecule config --- molecule/centos7/molecule.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/molecule/centos7/molecule.yml b/molecule/centos7/molecule.yml index 6c94787..84e9682 100644 --- a/molecule/centos7/molecule.yml +++ b/molecule/centos7/molecule.yml @@ -19,5 +19,6 @@ provisioner: env: ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter} ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library} + log: False verifier: name: testinfra