-
Notifications
You must be signed in to change notification settings - Fork 45
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.
c0sco and rkokkelk
Metadata
Metadata
Assignees
Labels
No labels