Updated role using the Multi-Distro framework

* A conditional was added to the apt-package-pinning role
  from meta was updated to only be run if the package
  manager is apt

Change-Id: Ia0359872a52de8b1b8aeae9efa64479f9d930068
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2016-03-21 23:03:10 -05:00 committed by Kevin Carter (cloudnull)
parent 2f469a5e6b
commit 99b13a14e5
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@ galaxy_info:
- development
- openstack
dependencies:
- apt_package_pinning
- role: apt_package_pinning
when:
- ansible_pkg_mgr == 'apt'
- role: galera_client
when:
- keystone_database_enabled | bool