summaryrefslogtreecommitdiffstats
path: root/playbooks/gce/openshift-cluster/list.yml
diff options
context:
space:
mode:
authorChengcheng Mu <chengcheng.mu@amadeus.com>2015-10-09 16:27:25 +0200
committerChengcheng Mu <chengcheng.mu@amadeus.com>2015-10-09 16:27:25 +0200
commita8171a639bd4500f30e72233587e9f6335202438 (patch)
tree2b44aff20d9f82e0a8af124f4d45a4632677e328 /playbooks/gce/openshift-cluster/list.yml
parent46f10c87930747d7e10cfc2c3b71ea68da647135 (diff)
downloadopenshift-a8171a639bd4500f30e72233587e9f6335202438.tar.gz
openshift-a8171a639bd4500f30e72233587e9f6335202438.tar.bz2
openshift-a8171a639bd4500f30e72233587e9f6335202438.tar.xz
openshift-a8171a639bd4500f30e72233587e9f6335202438.zip
Adding second param. true to many default filters
Diffstat (limited to 'playbooks/gce/openshift-cluster/list.yml')
-rw-r--r--playbooks/gce/openshift-cluster/list.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/gce/openshift-cluster/list.yml b/playbooks/gce/openshift-cluster/list.yml
index f5f89baf0..53b2b9a5e 100644
--- a/playbooks/gce/openshift-cluster/list.yml
+++ b/playbooks/gce/openshift-cluster/list.yml
@@ -14,7 +14,7 @@
groups: oo_list_hosts
ansible_ssh_user: "{{ deployment_vars[deployment_type].ssh_user | default(ansible_ssh_user, true) }}"
ansible_sudo: "{{ deployment_vars[deployment_type].sudo }}"
- with_items: groups[scratch_group] | default([]) | difference(['localhost']) | difference(groups.status_terminated | default([]))
+ with_items: groups[scratch_group] | default([], true) | difference(['localhost']) | difference(groups.status_terminated | default([], true))
- name: List instance(s)
hosts: oo_list_hosts