mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
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:
3
changelogs/fragments/11655-passwordstore-cleanup.yml
Normal file
3
changelogs/fragments/11655-passwordstore-cleanup.yml
Normal 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).
|
||||
Reference in New Issue
Block a user