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

RuntimeError: load_plugins() called twice with dnf module #832

Closed
yodatak opened this issue Apr 28, 2021 · 1 comment · Fixed by #936
Closed

RuntimeError: load_plugins() called twice with dnf module #832

yodatak opened this issue Apr 28, 2021 · 1 comment · Fixed by #936
Labels
affects-0.3 Issues related to 0.3.X Mitogen releases bug Code feature that hinders desired execution outcome

Comments

@yodatak
Copy link

yodatak commented Apr 28, 2021

ansible 2.10.8
  config file = /home/yodatak/Projets/ansible/ansible.cfg
  configured module search path = ['/home/yodatak/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /home/yodatak/.local/lib/python3.9/site-packages/ansible
  executable location = /home/yodatak/.local/bin/ansible
  python version = 3.9.4 (default, Apr  6 2021, 00:00:00) [GCC 11.0.1 20210324 (Red Hat 11.0.1-0)]
  • Have you tried the latest master version from Git? YES
  • Mention your host and target OS and versions:

Fedora 34

  • If reporting a performance issue, mention the number of targets and a rough
    description of your workload (lots of copies, lots of tiny file edits, etc.)
  • If reporting a crash or hang in Ansible, please rerun with -vvv and include
    200 lines of output around the point of the error, along with a full copy of
    any traceback or error text in the log. Beware "-vvv" may include secret
    data! Edit as necessary before posting.
  • If reporting any kind of problem with Ansible, please include the Ansible
    version along with output of "ansible-config dump --only-changed".
DEFAULT_ROLES_PATH(/home/yodatak/Projets/ansible/ansible.cfg) = ['/home/yodatak/Projets/ansible/galaxy-roles', '/home/yodatak/Projets/ansible/roles']
DEFAULT_STDOUT_CALLBACK(/home/yodatak/Projets/ansible/ansible.cfg) = default
DEFAULT_STRATEGY(/home/yodatak/Projets/ansible/ansible.cfg) = mitogen_free
DEFAULT_STRATEGY_PLUGIN_PATH(/home/yodatak/Projets/ansible/ansible.cfg) = ['/home/yodatak/Projets/ansible/strategy/mitogen/ansible_mitogen/plugins/strategy']
(END)

logsmitogens.txt

@yodatak yodatak added affects-0.3 Issues related to 0.3.X Mitogen releases bug Code feature that hinders desired execution outcome labels Apr 28, 2021
@yodatak
Copy link
Author

yodatak commented Apr 28, 2021

Same of #776 i think

davidmehren added a commit to davidmehren/mitogen that referenced this issue Jun 18, 2022
The new fully qualified name of the DNF module needs to also be added to the list.

Fixes mitogen-hq#832
davidmehren added a commit to davidmehren/mitogen that referenced this issue Jun 18, 2022
The new fully qualified name of the DNF module needs to also be added to the list.

Fixes mitogen-hq#832
moreati pushed a commit that referenced this issue Jun 19, 2022
The new fully qualified name of the DNF module needs to also be added to the list.

Fixes #832
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

Successfully merging a pull request may close this issue.

1 participant