]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Pass list of packages instead of with_items 2030/head
authorMajor Hayden <major@mhtx.net>
Wed, 11 Oct 2017 17:18:12 +0000 (12:18 -0500)
committerMajor Hayden <major@mhtx.net>
Wed, 11 Oct 2017 17:18:15 +0000 (12:18 -0500)
commit9d62630303b7ab644f38000326eb98dbb37c95dc
tree38284ad5c64541e90da1edf13d8375b68b5973e5
parentb561252da84605bb995a50f937888749d766072d
Pass list of packages instead of with_items

Modern versions of Ansible can handle a list of packages passed
directly to the package modules. This patch optimizes the package
install process by passing the list of packages directly to the
module.
roles/ceph-common/tasks/installs/install_redhat_packages.yml