summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts/tasks/main.yml
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-11-03 10:28:27 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2015-11-03 10:28:27 -0500
commitb2c2e8e2f44faee1f8f7ecd084395b9b9260e0a7 (patch)
tree7030d78350e73b0f8da299063db025acdcd44e36 /roles/openshift_facts/tasks/main.yml
parentdb7493a96f7e9d19360b5f386add33a857b5f738 (diff)
parent5f9d5f11ddb2285d75281025d3fe039536d43bd9 (diff)
downloadopenshift-b2c2e8e2f44faee1f8f7ecd084395b9b9260e0a7.tar.gz
openshift-b2c2e8e2f44faee1f8f7ecd084395b9b9260e0a7.tar.bz2
openshift-b2c2e8e2f44faee1f8f7ecd084395b9b9260e0a7.tar.xz
openshift-b2c2e8e2f44faee1f8f7ecd084395b9b9260e0a7.zip
Merge pull request #609 from sdodson/add-all-hostnames
Add all the possible servicenames to openshift_all_hostnames
Diffstat (limited to 'roles/openshift_facts/tasks/main.yml')
-rw-r--r--roles/openshift_facts/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/openshift_facts/tasks/main.yml b/roles/openshift_facts/tasks/main.yml
index 6301d4fc0..a46b45b8c 100644
--- a/roles/openshift_facts/tasks/main.yml
+++ b/roles/openshift_facts/tasks/main.yml
@@ -6,5 +6,8 @@
- ansible_version | version_compare('1.9.0', 'ne')
- ansible_version | version_compare('1.9.0.1', 'ne')
+- name: Ensure python-netaddr is installed
+ yum: pkg=python-netaddr state=installed
+
- name: Gather Cluster facts
openshift_facts: