Rename package lists (and related vars) appropriately

In order to make it easier to differentiate between the lists of
python packages, distribution packages, downloaded packages,
package pins and other similar variables the variable names are
being changed to ensure that they have a more explicit suffix
that defines the purpose and makes the naming more consistent.

This is to facilitate a lookup plugin which will be able to look
up all the package lists and present them as a consolidated piece
of data which may be used for artifact preparation.

Change-Id: Ib607e78bd3be2f50fbfe2c7098706df7e91cd780
This commit is contained in:
Jesse Pretorius 2016-08-30 20:02:12 +01:00
parent 2345943971
commit 833d62c9fe
8 changed files with 8 additions and 8 deletions

View File

@ -38,7 +38,7 @@
until: install_apt_packages | success
retries: 5
delay: 2
with_items: "{{ zaqar_apt_packages }}"
with_items: "{{ zaqar_distro_packages }}"
when:
- item != ''
tags:

View File

@ -15,7 +15,7 @@
## APT Cache options
cache_timeout: 600
zaqar_apt_packages:
zaqar_distro_packages:
- gcc
- libxml2-dev
- libxslt1-dev