From 1f8414b8cb45a3e44d1028ef3418a2bc39dc3ddd Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Wed, 11 Jan 2023 11:21:53 -0500 Subject: [PATCH] molecule: set no_log to false (#1185) In order to get information during CI debugging then turning off the no_log statement will help with non hidden output. FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} Signed-off-by: Dimitri Savineau --- molecule/default/templates/awx_cr_molecule.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/molecule/default/templates/awx_cr_molecule.yml.j2 b/molecule/default/templates/awx_cr_molecule.yml.j2 index 5ba3d55d..4fa810d4 100644 --- a/molecule/default/templates/awx_cr_molecule.yml.j2 +++ b/molecule/default/templates/awx_cr_molecule.yml.j2 @@ -26,6 +26,7 @@ spec: requests: cpu: 50m memory: 16M + no_log: false postgres_resource_requirements: {} postgres_init_container_resource_requirements: {} redis_resource_requirements: {}