-
Notifications
You must be signed in to change notification settings - Fork 630
The callback yaml is deprecated. #2573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for your Ansible docs contribution! We talk about Ansible documentation on Matrix at #docs:ansible.im if you ever want to join us and chat about the docs! We meet on Matrix every Tuesday. See the Ansible calendar for meeting details. We welcome additions to our weekly agenda items too. You can add the |
Hi @vbotka and thanks for the PR! Can you tell me where you found this was deprecated? The deprecation should be noted in https://docs.ansible.com/ansible/devel/reference_appendices/config.html#envvar-ANSIBLE_STDOUT_CALLBACK but isn't there. |
Sure. Quoting from community.general.yaml callback:
For details, please look at forum.ansible.com community.general.yaml has been deprecated The DEPRECATION WARNING comes from the callback community.general.yaml. ANSIBLE_STDOUT_CALLBACK is not to blame. JFYI, the fix ANSIBLE_CALLBACK_RESULT_FORMAT is an option of ansible.builtin.default callback. |
For the record: I'm not a new contributor. I've already contributed:
|
Thank you for your contributions! For now, the bot currently only considers issues and PRs made in the ansible-documentation repository when applying the new_contributor label. |
@gotmax23, I see . Thank you! |
Backport to stable-2.17: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 2b8c2a0 on top of patchback/backports/stable-2.17/2b8c2a0acabd0fc07f51ee03e28f67df802cabf3/pr-2573 Backporting merged PR #2573 into devel
🤖 @patchback |
Thanks! |
Backport to stable-2.18: 💚 backport PR created✅ Backport PR branch: Backported as #2655 🤖 @patchback |
(cherry picked from commit 2b8c2a0)
Backport to stable-2.19: 💚 backport PR created✅ Backport PR branch: Backported as #2656 🤖 @patchback |
(cherry picked from commit 2b8c2a0)
(cherry picked from commit 2b8c2a0) Co-authored-by: Vladimir Botka <[email protected]>
(cherry picked from commit 2b8c2a0) Co-authored-by: Vladimir Botka <[email protected]>
The recommended replacement is
ANSIBLE_CALLBACK_RESULT_FORMAT=yaml