From 18d2ddfc6daf403e2ad98f70bebb0702163a4ace Mon Sep 17 00:00:00 2001 From: Matt Anson Date: Wed, 9 Oct 2024 18:29:47 +0100 Subject: [PATCH] Fix integration tests stdout --- .../callback_default.out.include_role_fails.stdout | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/targets/callback_default/callback_default.out.include_role_fails.stdout b/test/integration/targets/callback_default/callback_default.out.include_role_fails.stdout index adfd21b65bc..a2b39415b6a 100644 --- a/test/integration/targets/callback_default/callback_default.out.include_role_fails.stdout +++ b/test/integration/targets/callback_default/callback_default.out.include_role_fails.stdout @@ -4,6 +4,8 @@ PLAY [testhost] **************************************************************** TASK [include_role : does-not-exist] ******************************************* fatal: [testhost]: FAILED! => {"changed": false, "reason": "the role 'does-not-exist' was not found in TEST_PATH/roles:/root/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:TEST_PATH\n\nThe error appears to be in 'TEST_PATH/test_include_role_fails.yml': line 5, column 15, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n - include_role:\n name: does-not-exist\n ^ here\n"} +TERMINATED EARLY *************************************************************** + PLAY RECAP ********************************************************************* testhost : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0