Pass all package names to "apt" module instead of using a loop

Authored by nalvarez on Mar 13 2019, 10:46 PM.

Description

Pass all package names to "apt" module instead of using a loop

This fixes a warning:

"[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: '{{backup_apt_dependencies}}'` and remove the loop.
This feature will be removed in version 2.11. Deprecation warnings
can be disabled by setting deprecation_warnings=False in ansible.cfg."

Details

Committed
nalvarezMar 13 2019, 10:46 PM
Parents
R897:1cd581ba23e0: Add backup configuration for milonia
Branches
Unknown
Tags
Unknown