summaryrefslogtreecommitdiffstats
path: root/roles/etcd
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/etcd
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/etcd')
-rw-r--r--roles/etcd/meta/main.yml1
1 files changed, 1 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