diff options
author | Lénaïc Huard <lhuard@amadeus.com> | 2015-02-19 23:39:02 +0100 |
---|---|---|
committer | Lénaïc Huard <lhuard@amadeus.com> | 2015-03-10 10:14:59 +0100 |
commit | b6300dd7139ef37a039831bab6064179e3398d88 (patch) | |
tree | 57284918fb5a81d39b7cb4eb7deafc02d17975ab /playbooks/gce | |
parent | f8df2a785f791151e11f8274711c5d4405e550eb (diff) | |
download | openshift-b6300dd7139ef37a039831bab6064179e3398d88.tar.gz openshift-b6300dd7139ef37a039831bab6064179e3398d88.tar.bz2 openshift-b6300dd7139ef37a039831bab6064179e3398d88.tar.xz openshift-b6300dd7139ef37a039831bab6064179e3398d88.zip |
Fix AWS playbooks
Diffstat (limited to 'playbooks/gce')
-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 |