3a6717a782
Unlike the Ansible apt module, the Ansible pip module does not recognise a with_items list and process all the items at once. To optimise the pip install tasks, this patch replaces the use of with_items with a join filter so that the pip install task does an install with all the packages in a list, ensuring that the execution is one action instead of many. Change-Id: I1bd9d6f8e9ccd338e7417fa583d5a218ea499181 |
||
---|---|---|
.. | ||
ironic_api_install.yml | ||
ironic_api_post_install.yml | ||
ironic_conductor_install.yml | ||
ironic_conductor_post_install.yml | ||
ironic_db_setup.yml | ||
ironic_init_common.yml | ||
ironic_init_systemd.yml | ||
ironic_init_upstart.yml | ||
ironic_init.yml | ||
ironic_install_apt.yml | ||
ironic_install.yml | ||
ironic_post_install.yml | ||
ironic_pre_install.yml | ||
ironic_service_setup.yml | ||
main.yml |