diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-03-10 12:10:29 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-03-10 12:10:29 -0400 |
commit | fc2dd1cd305077ab9b6ee20fffb1bfe472c25985 (patch) | |
tree | 84b4788df88bf61e6c18c9cbb4f3cef12ebb4991 /playbooks/gce/openshift-master | |
parent | abe9dcfcdd29bb20c73a1d3735eb1d136b602ce4 (diff) | |
parent | b6300dd7139ef37a039831bab6064179e3398d88 (diff) | |
download | openshift-fc2dd1cd305077ab9b6ee20fffb1bfe472c25985.tar.gz openshift-fc2dd1cd305077ab9b6ee20fffb1bfe472c25985.tar.bz2 openshift-fc2dd1cd305077ab9b6ee20fffb1bfe472c25985.tar.xz openshift-fc2dd1cd305077ab9b6ee20fffb1bfe472c25985.zip |
Merge pull request #70 from lhuard1A/fix_aws
Fix AWS playbooks
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 |