From a5bea143acda9a953ae2dea0ffec0d0d0598f2ce Mon Sep 17 00:00:00 2001 From: Giles Hutton Date: Tue, 10 Oct 2023 14:32:40 +0100 Subject: [PATCH] Revert ansible cfg and add a little more docs --- ansible/ansible.cfg | 2 +- ansible/roles/run-test-target/tasks/test-collection-method.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 1f96aa1e2a4..701e93eacf7 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -stdout_callback=debug +stdout_callback=selective stderr_callback=debug display_skipped_hosts=false host_key_checking=False diff --git a/ansible/roles/run-test-target/tasks/test-collection-method.yml b/ansible/roles/run-test-target/tasks/test-collection-method.yml index 9de0a1f4a01..6866f5c2586 100644 --- a/ansible/roles/run-test-target/tasks/test-collection-method.yml +++ b/ansible/roles/run-test-target/tasks/test-collection-method.yml @@ -54,7 +54,7 @@ # Some considerations for running the test container: # 1. the runtime auth must be mounted to allow the tests - # to pull images. + # to pull images. (~/.docker/config.json) # 2. /tmp is mounted to allow a common mount point for # communication between containers (see listening ports test for # an example.