Skip to content

Commit bd94c57

Browse files
authored
Merge pull request #845 from annttu/issue_776
Fix for load_plugins() called twice error with dnf
2 parents fe48fde + 89bfb32 commit bd94c57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible_mitogen/planner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ def get_module_deps(self):
321321
ALWAYS_FORK_MODULES = frozenset([
322322
'dnf', # issue #280; py-dnf/hawkey need therapy
323323
'firewalld', # issue #570: ansible module_utils caches dbus conn
324+
'ansible.legacy.dnf', # issue #776
324325
])
325326

326327
def should_fork(self):

0 commit comments

Comments
 (0)