Be less verbose in CI

This commit is contained in:
Faustin Lammler 2022-11-15 09:50:27 +01:00
parent 6a809f373a
commit 63e261ea01
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
2 changed files with 6 additions and 2 deletions

View File

@ -56,8 +56,10 @@ provisioner:
node3:
mariadb_server_id: 3
env:
ANSIBLE_GATHERING: explicit
ANSIBLE_DISPLAY_OK_HOSTS: "false"
ANSIBLE_DISPLAY_SKIPPED_HOSTS: false
ANSIBLE_FORCE_COLOR: true
ANSIBLE_GATHERING: explicit
playbooks:
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
verifier:

View File

@ -11,8 +11,10 @@ platforms:
provisioner:
name: ansible
env:
ANSIBLE_GATHERING: explicit
ANSIBLE_DISPLAY_OK_HOSTS: "false"
ANSIBLE_DISPLAY_SKIPPED_HOSTS: false
ANSIBLE_FORCE_COLOR: true
ANSIBLE_GATHERING: explicit
playbooks:
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
verifier: