Change stdout_callback from yaml to debug

This commit is contained in:
Dawid Dziurla
2025-12-10 08:00:26 +01:00
committed by GitHub
parent fea91eae77
commit bcd983bdd2

View File

@@ -42,7 +42,7 @@ jobs:
configuration: | configuration: |
[defaults] [defaults]
callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer
stdout_callback = yaml stdout_callback = debug
nocows = false nocows = false
vault_password: test vault_password: test
requirements: requirements.yml requirements: requirements.yml
@@ -77,7 +77,7 @@ jobs:
configuration: | configuration: |
[defaults] [defaults]
callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer
stdout_callback = yaml stdout_callback = debug
nocows = false nocows = false
options: --inventory hosts options: --inventory hosts
- name: With requirements - name: With requirements