summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2017-12-11 13:25:01 -0800
committerGitHub <noreply@github.com>2017-12-11 13:25:01 -0800
commit35ad20143112a4624620fc9d8608d8e32a32c77f (patch)
tree36426729ec72c6e3bc86ff93d2b2b7c8aaf82422
parenta53b8f63175c80c9d0a8d590fd0854e2ed8e1aae (diff)
parentc29a7a91736fe63e278f1d830872795853644ea4 (diff)
downloadopenshift-35ad20143112a4624620fc9d8608d8e32a32c77f.tar.gz
openshift-35ad20143112a4624620fc9d8608d8e32a32c77f.tar.bz2
openshift-35ad20143112a4624620fc9d8608d8e32a32c77f.tar.xz
openshift-35ad20143112a4624620fc9d8608d8e32a32c77f.zip
Merge pull request #6418 from sdodson/bz1424102
Automatic merge from submit-queue. 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
-rw-r--r--roles/etcd/meta/main.yml1
-rw-r--r--roles/openshift_ca/meta/main.yml1
-rw-r--r--roles/openshift_management/meta/main.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/roles/etcd/meta/main.yml b/roles/etcd/meta/main.yml
index 879ca4f4e..f2e1fc310 100644
--- a/roles/etcd/meta/main.yml
+++ b/roles/etcd/meta/main.yml
@@ -19,3 +19,4 @@ dependencies:
- role: lib_openshift
- role: lib_os_firewall
- role: lib_utils
+- role: openshift_facts
diff --git a/roles/openshift_ca/meta/main.yml b/roles/openshift_ca/meta/main.yml
index f8b784a63..81b49ce60 100644
--- a/roles/openshift_ca/meta/main.yml
+++ b/roles/openshift_ca/meta/main.yml
@@ -14,3 +14,4 @@ galaxy_info:
- system
dependencies:
- role: openshift_cli
+- role: openshift_facts
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