Refactor to install in a single transaction 16/9016/2
authorMohammed Naser <mnaser@vexxhost.com>
Fri, 23 Feb 2018 01:41:13 +0000 (20:41 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 23 Feb 2018 01:45:24 +0000 (20:45 -0500)
commit9bcbee6034fd054968b34fd05545f03f46b297ae
treec6e1702fce3fd594897355cacfba50690db36067
parenta7fbea7ca73ec454211c69c4942316274a22b584
Refactor to install in a single transaction

This patch moves the variables to the appropriate vars folder with
the correct ansible_os_family.  It lists all of the common packages
in main.yml and distro-specific in the respective YAML file.

It also makes the installation happen with a single transaction
by providing a list to the package module.

Change-Id: Ie9b955280ef488c1e938d2925f1bdf7a7e78ea1a
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
tasks/main.yml
vars/Debian.yaml [new file with mode: 0644]
vars/RedHat.yaml [new file with mode: 0644]
vars/main.yml