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/byo/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/byo/openshift-cluster')
-rw-r--r-- | playbooks/byo/openshift-cluster/config.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/playbooks/byo/openshift-cluster/config.yml b/playbooks/byo/openshift-cluster/config.yml index 0b85b2485..fccb03982 100644 --- a/playbooks/byo/openshift-cluster/config.yml +++ b/playbooks/byo/openshift-cluster/config.yml @@ -1,7 +1,8 @@ --- - include: ../../common/openshift-cluster/verify_ansible_version.yml -- hosts: localhost +- name: Create initial host groups for localhost + hosts: localhost connection: local become: no gather_facts: no @@ -14,7 +15,8 @@ groups: l_oo_all_hosts with_items: "{{ g_all_hosts | default([]) }}" -- hosts: l_oo_all_hosts +- name: Create initial host groups for all hosts + hosts: l_oo_all_hosts gather_facts: no tags: - always |