Fix an issue retrieving some types of 1Password items. (#47213)

* Some types of 1Password items have a 'password' field alongside the 'fields' attribute, not inside it, so we need to search there as well.

* Add changelog fragement for onepassword_facts PR #47213.
This commit is contained in:
Ryan Conway
2018-12-05 16:49:26 +00:00
committed by Sam Doran
parent dd004321d4
commit aacd22acc6
2 changed files with 23 additions and 13 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- onepassword_facts - Fix an issue looking up some 1Password items which have a 'password' attribute alongside the 'fields' attribute, not inside it.