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