mirror of https://github.com/ceph/ceph-ansible.git
226f80c22b
To make the package installation more efficient we should install packages as a list rather than as individual tasks or using a "with_items" loop. The package managers can handle a list passed to them to install in one go. We can use a specified list and substitute any packages that are not to be installed with the ceph-common package, which is installed on every package install, then apply the unique filter to the package install list. |
||
---|---|---|
.. | ||
main.yml |