Merge pull request #845 from annttu/issue_776

Fix for load_plugins() called twice error with dnf
pull/844/head^2
Alex Willmer 3 years ago committed by GitHub
commit bd94c570a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -321,6 +321,7 @@ class NewStylePlanner(ScriptPlanner):
ALWAYS_FORK_MODULES = frozenset([
'dnf', # issue #280; py-dnf/hawkey need therapy
'firewalld', # issue #570: ansible module_utils caches dbus conn
'ansible.legacy.dnf', # issue #776
])
def should_fork(self):

Loading…
Cancel
Save