From 45f8eaee4396531db719c8465eadd9add265040a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 18 Oct 2020 23:54:30 +0200 Subject: [PATCH] try to disable galaxy progress --- molecule/centos7/molecule.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/molecule/centos7/molecule.yml b/molecule/centos7/molecule.yml index 838b024..7c28d72 100644 --- a/molecule/centos7/molecule.yml +++ b/molecule/centos7/molecule.yml @@ -4,6 +4,8 @@ dependency: options: role-file: molecule/requirements.yml requirements-file: molecule/requirements.yml + env: + ANSIBLE_GALAXY_DISPLAY_PROGRESS: False driver: name: delegated platforms: @@ -17,6 +19,5 @@ provisioner: env: ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter} ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library} - ANSIBLE_GALAXY_DISPLAY_PROGRESS: False verifier: name: testinfra