onepassword: add support for secret references (#11958)

* Add initial secret reference support

* Add changelog fragment

Bring in minor improvements mentioned.

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Jack Platten
2026-05-03 13:35:15 -07:00
committed by GitHub
parent f5da5c9681
commit fb0541defb
2 changed files with 35 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- onepassword - add support for ``op://`` secret references in the OnePassword lookup plugin (https://github.com/ansible-collections/community.general/issues/7586, https://github.com/ansible-collections/community.general/pull/11958).