mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
remove Python2 some constructs/docs/comments (#10892)
* remove Python2 some constructs/docs/comments * add changelog frag
This commit is contained in:
@@ -129,7 +129,6 @@ def _respawn_dnf():
|
||||
system_interpreters = (
|
||||
"/usr/libexec/platform-python",
|
||||
"/usr/bin/python3",
|
||||
"/usr/bin/python2",
|
||||
"/usr/bin/python",
|
||||
)
|
||||
interpreter = respawn.probe_interpreters_for_module(system_interpreters, "dnf")
|
||||
|
||||
Reference in New Issue
Block a user