mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
1fc53eea22
onepassword: ignore errors from "op account get" (#5942)
* ignore errors from "op account get"
* add changelog fragment
* Update changelogs/fragments/5942-onepassword-ignore-errors-from-op-account-get.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 5648e0e2af
)
Co-authored-by: Glenn Marcy <gmarcy@us.ibm.com>
2 lines
229 B
YAML
2 lines
229 B
YAML
bugfixes:
|
|
- onepassword lookup plugin - Changed to ignore errors from "op account get" calls. Previously, errors would prevent auto-signin code from executing (https://github.com/ansible-collections/community.general/pull/5942).
|