Open
Description
When running an ansible project on a comparably slow netbook I noticed that ansible takes a really long time for each step. When evaluating the htop
output I noticed that bitwarden is called each and every time a task uses the become: true
option, since I have configured the project to fetch the sudo password from bitwarden.
It would be nice if this module would cache the values of password lookups, to speed up querying of the same item when it is accessed more than once.
Metadata
Metadata
Assignees
Labels
No labels