Fix for load_plugins() called twice error with dnf

pull/845/head
Antti Jaakkola 3 years ago
parent 36f3e3b28c
commit ee6f2b09b9

@ -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