mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-19 12:31:43 -07:00
respawn copr module when dnf is missing (#6522)
* respawn copr module when dnf is missing Fixes: https://bugzilla.redhat.com/2203513 * don't guard common.respawn module_util import
This commit is contained in:
parent
e588e675d9
commit
bd6cec2105
3 changed files with 20 additions and 6 deletions
4
changelogs/fragments/6522-copr-respawn.yaml
Normal file
4
changelogs/fragments/6522-copr-respawn.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
minor_changes:
|
||||
- "copr - respawn module to use the system python interpreter when the ``dnf`` python module is not available in ``ansible_python_interpreter``
|
||||
(https://github.com/ansible-collections/community.general/pull/6522)."
|
Loading…
Add table
Add a link
Reference in a new issue