Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolved apt module syntax deprecation warning (#59)
``` [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: [u'curl', u'dos2unix', u'glances', u'grc', u'htop', u'httpie', u'jq', u'mtr', u'multitail', u'shellcheck', u'silversearcher-ag', u'tree', u'wget']` 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. ```
- Loading branch information