mirror of
https://github.com/openshift/openshift-ansible.git
synced 2026-02-05 06:46:04 +01:00
Using with_items with the package command results in a new transaction for each item. This process can take a long time with long package lists. Updated package tasks to pass a string of packages to the package command resulting in a single transaction for optimal execution.