summaryrefslogtreecommitdiffstats
path: root/roles/openshift_management
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-12-10 21:30:45 -0500
committerScott Dodson <sdodson@redhat.com>2017-12-10 21:30:45 -0500
commitc29a7a91736fe63e278f1d830872795853644ea4 (patch)
tree1ebcfcc01052fe2ab516bbf5768ace5d2c88cbd9 /roles/openshift_management
parentc45e75193fd16f6b956fc454d04083e74fb17d42 (diff)
downloadopenshift-c29a7a91736fe63e278f1d830872795853644ea4.tar.gz
openshift-c29a7a91736fe63e278f1d830872795853644ea4.tar.bz2
openshift-c29a7a91736fe63e278f1d830872795853644ea4.tar.xz
openshift-c29a7a91736fe63e278f1d830872795853644ea4.zip
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
Diffstat (limited to 'roles/openshift_management')
-rw-r--r--roles/openshift_management/meta/main.yml1
1 files changed, 1 insertions, 0 deletions
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