internetarchive / brozzler

brozzler - distributed browser-based web crawler
Apache License 2.0
653 stars 96 forks source link

ansible: fix deprecated use of apt+with_items #219

Open wolfgang42 opened 3 years ago

wolfgang42 commented 3 years ago

Per the notice:

[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via
squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying `name: "{{item}}"`, please use `name: [...]` and remove the
loop. This feature will be removed in version 2.11.