mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
fixes #7918 - onepassword lookup fails if field name contains uppercase letters and section is specified (#7919)
* fix #7918 * Update plugins/lookup/onepassword.py Co-authored-by: Sam Doran <github@samdoran.com> * onepassword lookup: transform field ids to lowercase * #7918: added unit tests * #7919: add changelog fragment * Update changelogs/fragments/7919-onepassword-fieldname-casing.yaml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Sam Doran <github@samdoran.com> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
0a35eb2dda
commit
6088e2dc0f
5 changed files with 277 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- onepassword lookup plugin - failed for fields that were in sections and had uppercase letters in the label/ID. Field lookups are now case insensitive in all cases (https://github.com/ansible-collections/community.general/pull/7919).
|
Loading…
Add table
Add a link
Reference in a new issue