openstack-ansible-os_magnum/meta
Jesse Pretorius ff1d9bb92c Use package module to install distro packages
Consolidate distro package install tasks into a
single task using the package module and pass
the package list into the name instead of using
a with_items loop.

The minimum Ansible version is raised to 2.2 due to a
known bug [1] in Ansible's apt module which does not
update the cache properly if the cache update and the
install are combined in a single task.

[1] https://github.com/ansible/ansible-modules-core/issues/1497

Also:
- add license boilerplate to meta file

Change-Id: I8ce52d62acc900d1c45e57ef42e5a2e11fd1db9b
(cherry picked from commit 965e4c0c76)
2017-05-04 06:32:13 +00:00
..
main.yml Use package module to install distro packages 2017-05-04 06:32:13 +00:00