summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-09-29 15:11:38 -0400
committerGitHub <noreply@github.com>2016-09-29 15:11:38 -0400
commitcd922e0f4a1370118c0e2fd60230a68d74b47095 (patch)
tree0cfff2d958f9631846dee40938b5a11b3fd1868c /playbooks/common/openshift-cluster
parent5d52061dafbd181a4a92018015a8ee4b295e8472 (diff)
parent20b29cb4a6f2c2ebdd4563775bd32d4caccf0d91 (diff)
downloadopenshift-cd922e0f4a1370118c0e2fd60230a68d74b47095.tar.gz
openshift-cd922e0f4a1370118c0e2fd60230a68d74b47095.tar.bz2
openshift-cd922e0f4a1370118c0e2fd60230a68d74b47095.tar.xz
openshift-cd922e0f4a1370118c0e2fd60230a68d74b47095.zip
Merge pull request #2529 from abutcher/play-names
Update play names for consistency.
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r--playbooks/common/openshift-cluster/config.yml2
-rw-r--r--playbooks/common/openshift-cluster/verify_ansible_version.yml3
2 files changed, 3 insertions, 2 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml
index d6a99fcda..801c8065d 100644
--- a/playbooks/common/openshift-cluster/config.yml
+++ b/playbooks/common/openshift-cluster/config.yml
@@ -13,7 +13,7 @@
- include: initialize_openshift_version.yml
-- name: Set oo_options
+- name: Set oo_option facts
hosts: oo_all_hosts
tags:
- always
diff --git a/playbooks/common/openshift-cluster/verify_ansible_version.yml b/playbooks/common/openshift-cluster/verify_ansible_version.yml
index 2a143b065..d75b23bf7 100644
--- a/playbooks/common/openshift-cluster/verify_ansible_version.yml
+++ b/playbooks/common/openshift-cluster/verify_ansible_version.yml
@@ -1,5 +1,6 @@
---
-- hosts: localhost
+- name: Verify Ansible version is greater than or equal to 2.1.0.0
+ hosts: localhost
connection: local
become: no
gather_facts: no