Remove with_items for package installs 64/15464/2
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 2 May 2019 11:28:45 +0000 (21:28 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 2 May 2019 11:28:45 +0000 (21:28 +1000)
commit1cb0f11add7a8494b6b22f4d55a5ab3f7b1ee3cd
tree21c59f7448b8ac7df5a9c97b4995b44754461e60
parent8cad102383fdf28db36d05298771e1b16e70cbf4
Remove with_items for package installs

Ansible supports lists passed to package install.
With this we can avoid using with_items since this makes
multiple calls to the packages manager slowing down
the performance.

Change-Id: Ieb09ed634533bcbbc60275aafd2c22b3d5c4086d
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
provision/install-base-pkgs-Ubuntu.yaml
releasenotes/notes/remove-with-items-62e7f0682a338eb5.yaml [new file with mode: 0644]