Skip to content
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

dnf module errors with mitogen on Ansible 2.6.17+ #1143

Open
psvmcc opened this issue Oct 7, 2024 · 0 comments
Open

dnf module errors with mitogen on Ansible 2.6.17+ #1143

psvmcc opened this issue Oct 7, 2024 · 0 comments
Labels
affects-0.3 Issues related to 0.3.X Mitogen releases bug Code feature that hinders desired execution outcome

Comments

@psvmcc
Copy link

psvmcc commented Oct 7, 2024

I see errors on dnf tasks like:

PLAY [Common server configuration] *********************************************
Failed loading plugin "copr": module 'dnf' has no attribute 'cli'
Failed loading plugin "debuginfo-install": module 'dnf' has no attribute 'cli'
Failed loading plugin "copr": module 'dnf' has no attribute 'cli'
Failed loading plugin "debuginfo-install": module 'dnf' has no attribute 'cli'
Failed loading plugin "copr": module 'dnf' has no attribute 'cli'
Failed loading plugin "debuginfo-install": module 'dnf' has no attribute 'cli'
Failed loading plugin "copr": module 'dnf' has no attribute 'cli'

Task example:

- name: Setup rsync
  ansible.builtin.dnf:
    name:
      - rsync-daemon
    state: present

Output messages:

TASK [rsync : Setup rsync] ****************************************************
Failed loading plugin "debuginfo-install": module 'dnf' has no attribute 'cli'
ok: [hostname]

Without mitogen everything works well.

@psvmcc psvmcc added affects-0.3 Issues related to 0.3.X Mitogen releases bug Code feature that hinders desired execution outcome labels Oct 7, 2024
@moreati moreati changed the title dnf module errors with mitogen on ansible starting from 2.6.17 dnf module errors with mitogen on Ansible 2.6.17+ Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-0.3 Issues related to 0.3.X Mitogen releases bug Code feature that hinders desired execution outcome
Projects
None yet
Development

No branches or pull requests

1 participant