diff options
Diffstat (limited to 'playbooks/gce/openshift-master')
-rw-r--r-- | playbooks/gce/openshift-master/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/gce/openshift-master/config.yml b/playbooks/gce/openshift-master/config.yml index 7e754074b..ae598b622 100644 --- a/playbooks/gce/openshift-master/config.yml +++ b/playbooks/gce/openshift-master/config.yml @@ -3,7 +3,7 @@ hosts: localhost gather_facts: no tasks: - - name: Evaluate oo_host_group_exp if it's set + - name: "Evaluate oo_host_group_exp if it's set" add_host: "name={{ item }} groups=oo_hosts_to_config" with_items: "{{ oo_host_group_exp | default('') }}" when: oo_host_group_exp is defined |