From c29a7a91736fe63e278f1d830872795853644ea4 Mon Sep 17 00:00:00 2001
From: Scott Dodson <sdodson@redhat.com>
Date: Sun, 10 Dec 2017 21:30:45 -0500
Subject: Add missing dependencies on openshift_facts role

All of these roles call the openshift_facts module but didn't include
the role in their dependencies which can lead to errors in Ansible 2.4.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1524102
---
 roles/openshift_management/meta/main.yml | 1 +
 1 file changed, 1 insertion(+)

(limited to 'roles/openshift_management/meta')

diff --git a/roles/openshift_management/meta/main.yml b/roles/openshift_management/meta/main.yml
index 07ad51126..9f19704a8 100644
--- a/roles/openshift_management/meta/main.yml
+++ b/roles/openshift_management/meta/main.yml
@@ -16,3 +16,4 @@ galaxy_info:
 dependencies:
 - role: lib_openshift
 - role: lib_utils
+- role: openshift_facts
-- 
cgit v1.2.3