diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-09-29 13:36:56 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-09-29 15:10:05 -0400 |
commit | 20b29cb4a6f2c2ebdd4563775bd32d4caccf0d91 (patch) | |
tree | 55bf78152358e051fa460a37ba6a09ad0d907986 /playbooks/common/openshift-cluster | |
parent | eff53a327e95a11149c67aa83da2a1ca181da2cc (diff) | |
download | openshift-20b29cb4a6f2c2ebdd4563775bd32d4caccf0d91.tar.gz openshift-20b29cb4a6f2c2ebdd4563775bd32d4caccf0d91.tar.bz2 openshift-20b29cb4a6f2c2ebdd4563775bd32d4caccf0d91.tar.xz openshift-20b29cb4a6f2c2ebdd4563775bd32d4caccf0d91.zip |
Update play names for consistency.
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 2 | ||||
-rw-r--r-- | playbooks/common/openshift-cluster/verify_ansible_version.yml | 3 |
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 |