From d153bf28de3cbc07bc451463750a56dbbb682c81 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 4 Feb 2021 22:42:36 +0100 Subject: [PATCH] fix: disable logs explicitly in molecule config --- molecule/centos7/molecule.yml | 1 + molecule/centos8/molecule.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/molecule/centos7/molecule.yml b/molecule/centos7/molecule.yml index 8c99fd5..c124aa2 100644 --- a/molecule/centos7/molecule.yml +++ b/molecule/centos7/molecule.yml @@ -20,5 +20,6 @@ provisioner: env: ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter} ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library} + log: False verifier: name: testinfra diff --git a/molecule/centos8/molecule.yml b/molecule/centos8/molecule.yml index 6fe9241..57d14fc 100644 --- a/molecule/centos8/molecule.yml +++ b/molecule/centos8/molecule.yml @@ -20,5 +20,6 @@ provisioner: env: ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter} ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library} + log: False verifier: name: testinfra