debops / debops/debops

[common] community.general.yaml callback plugin has been removed - superseded by the option result_format=yaml

Open
#2,650 1 comment 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.