]> arthur.barton.de Git - AnsibleRoles.git/commit
Update "apt" tasks to use lists
authorAlexander Barton <alex@barton.de>
Thu, 18 Oct 2018 16:32:15 +0000 (18:32 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 18 Oct 2018 16:32:15 +0000 (18:32 +0200)
commit67cd2b0e9d706393b4e3496c54cb71ebc61b39fa
tree8fbe6f2133cecef9195bc0106e0f23f9aa9dba75
parent595cfa0408f0ae0d97dea0e60f4f4d9be57cb134
Update "apt" tasks to use lists

This fixes the following 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 }}`'
16 files changed:
roles/apache2-php5/tasks/main.yml
roles/apache2-php7/tasks/main.yml
roles/apache2/tasks/main.yml
roles/check-mk-agent/tasks/main.yml
roles/debian-base/tasks/main.yml
roles/docker-engine/tasks/main.yml
roles/git-backup-script/tasks/main.yml
roles/kexec/tasks/main.yml
roles/lcmc-cluster-node/tasks/main.yml
roles/mysql-server/tasks/main.yml
roles/nodejs/tasks/main.yml
roles/ntpd/tasks/main.yml
roles/piwik/tasks/main.yml
roles/postgresql-server/tasks/main.yml
roles/ubuntu-base/tasks/main.yml
roles/xinetd/tasks/main.yml