Skip to content

Commit

Permalink
Add ansible.builtin.dnf to ALWAYS_FORK_MODULES
Browse files Browse the repository at this point in the history
The new fully qualified name of the DNF module needs to also be added to the list.

Fixes #832
  • Loading branch information
davidmehren authored and moreati committed Jun 19, 2022
1 parent d71fb67 commit a30a743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible_mitogen/planner.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ def get_module_deps(self):
'dnf', # issue #280; py-dnf/hawkey need therapy
'firewalld', # issue #570: ansible module_utils caches dbus conn
'ansible.legacy.dnf', # issue #776
'ansible.builtin.dnf', # issue #832
])

def should_fork(self):
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ To avail of fixes in an unreleased version, please download a ZIP file
v0.3.4.dev0
-------------------

* :gh:issue:`832` Fix runtime error when using the ansible.builtin.dnf module multiple times

v0.3.3 (2022-06-03)
-------------------
Expand Down

0 comments on commit a30a743

Please sign in to comment.