openstack-ansible-os_rally/tasks
Jesse Pretorius 20be1b658f Use package module to install distro packages
Consolidate distro package install tasks into a
single task using the package module. Tidy up
some other tasks to reduce task file sprawl and
consolidate some task actions.

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

Change-Id: I95e02c2786b3a21b6188a5930fb827b6ab04fadb
(cherry picked from commit fdc4458b74)
2017-05-05 13:15:47 +00:00
..
main.yml Bring consistency to tags 2017-01-13 13:27:27 +00:00
rally_db_setup.yml Update missing database exception text 2017-01-13 14:34:30 -08:00
rally_install.yml Use package module to install distro packages 2017-05-05 13:15:47 +00:00
rally_post_install.yml Standardize task file names 2016-11-18 10:18:47 -08:00
rally_pre_install.yml Standardize task file names 2016-11-18 10:18:47 -08:00