Drop deprecated use of with_items for apt
Rather than looping over items individually, it is now recommended to use a list with the "name" parameter for the apt module. Remove all invocations of apt with with_items, and use a list for name instead.
Please register or sign in to comment