passwordstore lookup: update code meant for Python2 (#11655)

* passwordstore lookup: update code meant for Python2

* add changelog frag

* add check param to subprocess.run() to reinstate sanity
This commit is contained in:
Alexei Znamensky
2026-03-24 08:06:50 +13:00
committed by GitHub
parent 3c21ac961b
commit 6d3ab1a80c
2 changed files with 18 additions and 32 deletions

View File

@@ -0,0 +1,3 @@
minor_changes:
- lookup plugin passwordstore - modernize internal ``check_output2()`` helper using ``subprocess.run()`` and rename it to ``run_backend_cmd()``
(https://github.com/ansible-collections/community.general/pull/11655).