mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-06-10 10:36:16 +00:00
Remove distutils from connection plugin Depends-On: ansible/ansible-zuul-jobs#1527 SUMMARY distutils.spawn.find_executable is deprecated and shutils.which is a suitable replacement. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net> Reviewed-by: Joseph Torcasso <None>
3 lines
190 B
YAML
3 lines
190 B
YAML
minor_changes:
|
|
- kubectl.py - replace distutils.spawn.find_executable with shutil.which in the kubectl connection plugin (https://github.com/ansible-collections/kubernetes.core/pull/456).
|