[common] community.general.yaml callback plugin has been removed - superseded by the option result_format=yaml
Open
Nobody has claimed this yet.
- Dominant language
- Jinja
- Stars
- 1.4k
- Forks
- 379
- Avg merge
- 4d 18h
- Merged PRs (30d)
- 8
Description
DebOps installed by pipx install --include-deps debops[ansible]:
$ debops --version
debops 3.2.5
$ ansible --version
ansible [core 2.20.3]
Error:
$ debops run common -l HOST
Executing Ansible playbooks:
~/.local/share/pipx/venvs/debops/lib/python3.13/site-packages/debops/_data/ansible/collections/ansible_collections/debops/debops/playbooks/common.yml
[ERROR]: The 'community.general.yaml' callback plugin has been removed. The plugin has been superseded by the option `result_format=yaml` in callback plugin ansible.builtin.default from ansible-core 2.13 onwards. This feature was removed from collection 'community.general' version 12.0.0.
Ansible finished with return code 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure with debops run common -l HOST and inspect the Ansible configuration used by the common playbook for the community.general.yaml callback plugin. The issue's error identifies ansible.builtin.default with result_format=yaml as the replacement; done means the command completes successfully with Ansible core 2.20.3 and community.general 12.0.0.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ansible
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100