Add ansible.builtin.dnf to ALWAYS_FORK_MODULES

The new fully qualified name of the DNF module needs to also be added to the list.

Fixes #832
pull/934/head
David Mehren 2 years ago committed by Alex Willmer
parent d71fb672e8
commit a30a743ce7

@ -323,6 +323,7 @@ class NewStylePlanner(ScriptPlanner):
'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):

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

Loading…
Cancel
Save