From bcd983bdd20592c301cb18cd6400801de8442751 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Wed, 10 Dec 2025 08:00:26 +0100 Subject: [PATCH] Change stdout_callback from yaml to debug --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f34e331..a677f63 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: configuration: | [defaults] callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer - stdout_callback = yaml + stdout_callback = debug nocows = false vault_password: test requirements: requirements.yml @@ -77,7 +77,7 @@ jobs: configuration: | [defaults] callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer - stdout_callback = yaml + stdout_callback = debug nocows = false options: --inventory hosts - name: With requirements