Ensure that each role in extras has a dependency on extras-common

As more ansible variables are shared or reused across roles it is
important to define these variables in a role that is always
executed.  In this case that role is extras-common.

Note: This review is a blocker for https://review.openstack.org/#/c/418998/

Change-Id: I31fd13d7bcb98d73e7f16048c57c027d95faeec5
This commit is contained in:
Wes Hayutin 2016-12-21 17:49:56 -05:00 committed by Harry Rybacki
parent 1bb2e31ed8
commit bdfd57bcea
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
dependencies:
- extras-common