ylogx/dotfiles

Make homebrew install faster by using bulk installation

ylogx opened this issue · 1 comments

ylogx commented

Currently, it processes items one by one due to with_items clause.

ylogx commented

As mentioned in the module:
https://docs.ansible.com/ansible/latest/collections/community/general/homebrew_module.html

When used with a loop: each package will be processed individually, it is much more efficient to pass the list directly to the name option.