speedup: drop apt pinning dependency

We don't pin anything for memcache so we're just running things
for no reason.

Change-Id: I3a518204a28307cc9f8db593e3117933112a8410
This commit is contained in:
Mohammed Naser 2019-01-03 18:19:55 -05:00
parent 8bee77aba3
commit 9b0a15cf1c
2 changed files with 0 additions and 8 deletions

View File

@ -35,7 +35,3 @@ galaxy_info:
- memcached
- development
- openstack
dependencies:
- role: apt_package_pinning
when:
- ansible_pkg_mgr == 'apt'

View File

@ -1,4 +0,0 @@
- name: apt_package_pinning
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
scm: git
version: master